Html Css Color HEX #BBD5D0 Scandal

📋 copy color: '#BBD5D0'

red 187 ◦ green 213 ◦ blue 208

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

Shades of Scandal #BBD5D0

Tints of Scandal #BBD5D0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 30.76%
G = 35.03%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BBD5D0 (or 0xBBD5D0) is known color: Scandal. HEX triplet: BB, D5 and D0. RGB value is (187,213,208). Sum of RGB (Red+Green+Blue) = 187+213+208=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D0 is #442A2F. Grayscale: #CCCCCC. Windows color (decimal): -4467248 or 13686203. OLE color: 13686203.

HSL color Cylindrical-coordinate representation of color #BBD5D0: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5D0 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 208 -
CMYK 0.12 0 0.02 0.16
HSL 168.46º 0.24% 0.78% -
HSV(B) 168.46º 0.12% 0.84% -
XYZ 55.67 62.71 68.84 -
YUV 204.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 187 213 208 0.12 0 0.02 0.16 168.46 0.24 0.78
Hex BB D5 D0 C 0 2 10 A8 18 4E
Octal 273 325 320 14 0 2 20 250 30 116
Binary 10111011 11010101 11010000 1100 0 10 10000 10101000 11000 1001110

Color Harmonies of #BBD5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5D0

Black with #BBD5D0

Text Example


Text Example

White with #BBD5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5D0; }

 p { color: rgb(187,213,208); }

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

background-color css

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

 a { background-color: rgb(187,213,208); }

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

border-color css

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

 span { border-color: rgb(187,213,208); }

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