Html Css Color HEX #BBADC2 Chatelle

📋 copy color: '#BBADC2'

red 187 ◦ green 173 ◦ blue 194

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

Shades of Chatelle #BBADC2

Tints of Chatelle #BBADC2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

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

R = 33.75%
G = 31.23%
B = 35.02%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBADC2 (or 0xBBADC2) is known color: Chatelle. HEX triplet: BB, AD and C2. RGB value is (187,173,194). Sum of RGB (Red+Green+Blue) = 187+173+194=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC2 is #44523D. Grayscale: #B3B3B3. Windows color (decimal): -4477502 or 12758459. OLE color: 12758459.

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

Color convert

RGB 187 173 194 -
CMYK 0.04 0.11 0 0.24
HSL 280º 0.15% 0.72% -
HSV(B) 280º 0.11% 0.76% -
XYZ 45.17 44.35 57.22 -
YUV 179.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 187 173 194 0.04 0.11 0 0.24 280 0.15 0.72
Hex BB AD C2 4 B 0 18 118 F 48
Octal 273 255 302 4 13 0 30 430 17 110
Binary 10111011 10101101 11000010 100 1011 0 11000 100011000 1111 1001000

Color Harmonies of #BBADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADC2

Black with #BBADC2

Text Example


Text Example

White with #BBADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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