Html Css Color HEX #BBD1CE Scandal

📋 copy color: '#BBD1CE'

red 187 ◦ green 209 ◦ blue 206

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

Shades of Scandal #BBD1CE

Tints of Scandal #BBD1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.72%

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 31.06%
G = 34.72%
B = 34.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#BBD1CE (or 0xBBD1CE) is known color: Scandal. HEX triplet: BB, D1 and CE. RGB value is (187,209,206). Sum of RGB (Red+Green+Blue) = 187+209+206=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CE is #442E31. Grayscale: #CACACA. Windows color (decimal): -4468274 or 13554107. OLE color: 13554107.

HSL color Cylindrical-coordinate representation of color #BBD1CE: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1CE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 206 -
CMYK 0.11 0 0.01 0.18
HSL 171.82º 0.19% 0.78% -
HSV(B) 171.82º 0.11% 0.82% -
XYZ 54.43 60.62 67.22 -
YUV 202.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 187 209 206 0.11 0 0.01 0.18 171.82 0.19 0.78
Hex BB D1 CE B 0 1 12 AC 13 4E
Octal 273 321 316 13 0 1 22 254 23 116
Binary 10111011 11010001 11001110 1011 0 1 10010 10101100 10011 1001110

Color Harmonies of #BBD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1CE

Black with #BBD1CE

Text Example


Text Example

White with #BBD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1CE; }

 p { color: rgb(187,209,206); }

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

background-color css

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

 a { background-color: rgb(187,209,206); }

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

border-color css

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

 span { border-color: rgb(187,209,206); }

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