Html Css Color HEX #BBDBD8 Scandal

📋 copy color: '#BBDBD8'

red 187 ◦ green 219 ◦ blue 216

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

Shades of Scandal #BBDBD8

Tints of Scandal #BBDBD8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 30.06%
G = 35.21%
B = 34.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BBDBD8 (or 0xBBDBD8) is known color: Scandal. HEX triplet: BB, DB and D8. RGB value is (187,219,216). Sum of RGB (Red+Green+Blue) = 187+219+216=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD8 is #442427. Grayscale: #D1D1D1. Windows color (decimal): -4465704 or 14212027. OLE color: 14212027.

HSL color Cylindrical-coordinate representation of color #BBDBD8: hue angle of 174.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 216 -
CMYK 0.15 0 0.01 0.14
HSL 174.38º 0.31% 0.8% -
HSV(B) 174.38º 0.15% 0.86% -
XYZ 58.22 66.19 74.67 -
YUV 209.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 187 219 216 0.15 0 0.01 0.14 174.38 0.31 0.8
Hex BB DB D8 F 0 1 E AE 1F 50
Octal 273 333 330 17 0 1 16 256 37 120
Binary 10111011 11011011 11011000 1111 0 1 1110 10101110 11111 1010000

Color Harmonies of #BBDBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBD8

Black with #BBDBD8

Text Example


Text Example

White with #BBDBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBD8; }

 p { color: rgb(187,219,216); }

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

background-color css

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

 a { background-color: rgb(187,219,216); }

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

border-color css

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

 span { border-color: rgb(187,219,216); }

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