Html Css Color HEX #BBD5D1 Scandal

📋 copy color: '#BBD5D1'

red 187 ◦ green 213 ◦ blue 209

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

Shades of Scandal #BBD5D1

Tints of Scandal #BBD5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 30.71%
G = 34.98%
B = 34.32%

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

#BBD5D1 (or 0xBBD5D1) is known color: Scandal. HEX triplet: BB, D5 and D1. RGB value is (187,213,209). Sum of RGB (Red+Green+Blue) = 187+213+209=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D1 is #442A2E. Grayscale: #CCCCCC. Windows color (decimal): -4467247 or 13751739. OLE color: 13751739.

HSL color Cylindrical-coordinate representation of color #BBD5D1: hue angle of 170.77º 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 #BBD5D1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 209 -
CMYK 0.12 0 0.02 0.16
HSL 170.77º 0.24% 0.78% -
HSV(B) 170.77º 0.12% 0.84% -
XYZ 55.8 62.76 69.49 -
YUV 204.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 187 213 209 0.12 0 0.02 0.16 170.77 0.24 0.78
Hex BB D5 D1 C 0 2 10 AB 18 4E
Octal 273 325 321 14 0 2 20 253 30 116
Binary 10111011 11010101 11010001 1100 0 10 10000 10101011 11000 1001110

Color Harmonies of #BBD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5D1

Black with #BBD5D1

Text Example


Text Example

White with #BBD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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