Html Css Color HEX #BBD2D0 Scandal

📋 copy color: '#BBD2D0'

red 187 ◦ green 210 ◦ blue 208

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

Shades of Scandal #BBD2D0

Tints of Scandal #BBD2D0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

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

R = 30.91%
G = 34.71%
B = 34.38%

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

#BBD2D0 (or 0xBBD2D0) is known color: Scandal. HEX triplet: BB, D2 and D0. RGB value is (187,210,208). Sum of RGB (Red+Green+Blue) = 187+210+208=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D0 is #442D2F. Grayscale: #CACACA. Windows color (decimal): -4468016 or 13685435. OLE color: 13685435.

HSL color Cylindrical-coordinate representation of color #BBD2D0: hue angle of 174.78º degrees, saturation: 0.2, 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 #BBD2D0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 208 -
CMYK 0.11 0 0.01 0.18
HSL 174.78º 0.2% 0.78% -
HSV(B) 174.78º 0.11% 0.82% -
XYZ 54.93 61.21 68.59 -
YUV 202.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 187 210 208 0.11 0 0.01 0.18 174.78 0.2 0.78
Hex BB D2 D0 B 0 1 12 AF 14 4E
Octal 273 322 320 13 0 1 22 257 24 116
Binary 10111011 11010010 11010000 1011 0 1 10010 10101111 10100 1001110

Color Harmonies of #BBD2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2D0

Black with #BBD2D0

Text Example


Text Example

White with #BBD2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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