Html Css Color HEX #BBAFC2 Chatelle

📋 copy color: '#BBAFC2'

red 187 ◦ green 175 ◦ blue 194

#BBAFC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #BBAFC2

Tints of Chatelle #BBAFC2

RGB

 RED value IS 187 (73.44% from 255) = 33.63%

 GREEN value IS 175 (68.75% from 255) = 31.47%

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 33.63%
G = 31.47%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBAFC2 (or 0xBBAFC2) is known color: Chatelle. HEX triplet: BB, AF and C2. RGB value is (187,175,194). Sum of RGB (Red+Green+Blue) = 187+175+194=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC2 is #44503D. Grayscale: #B4B4B4. Windows color (decimal): -4476990 or 12758971. OLE color: 12758971.

HSL color Cylindrical-coordinate representation of color #BBAFC2: hue angle of 277.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAFC2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 175 194 -
CMYK 0.04 0.10 0 0.24
HSL 277.89º 0.13% 0.72% -
HSV(B) 277.89º 0.1% 0.76% -
XYZ 45.56 45.12 57.35 -
YUV 180.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 187 175 194 0.04 0.10 0 0.24 277.89 0.13 0.72
Hex BB AF C2 4 A 0 18 116 D 48
Octal 273 257 302 4 12 0 30 426 15 110
Binary 10111011 10101111 11000010 100 1010 0 11000 100010110 1101 1001000

Color Harmonies of #BBAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFC2

Black with #BBAFC2

Text Example


Text Example

White with #BBAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFC2; }

 p { color: rgb(187,175,194); }

 H1.HeaderClassName
 {
   color: #BBAFC2;
 }
 .AnyTagClassName
 {
   color: #BBAFC2;
 }
</style>

background-color css

<style>
 a { background-color: #BBAFC2; }

 a { background-color: rgb(187,175,194); }

 div.DivClassName
 {
   background-color: #BBAFC2;
 }
 .BgClassName
 {
   background-color: #BBAFC2;
 }
</style>

border-color css

<style>
 span { border-color: #BBAFC2; }

 span { border-color: rgb(187,175,194); }

 td.TdClassName
 {
   border-color: #BBAFC2;
 }
 .TagClassName
 {
   border-color: #BBAFC2;
 }
</style>