Html Css Color HEX #BBD7D4 Scandal

📋 copy color: '#BBD7D4'

red 187 ◦ green 215 ◦ blue 212

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

Shades of Scandal #BBD7D4

Tints of Scandal #BBD7D4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

 BLUE value IS 212 (83.2% from 255) = 34.53%

R = 30.46%
G = 35.02%
B = 34.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#BBD7D4 (or 0xBBD7D4) is known color: Scandal. HEX triplet: BB, D7 and D4. RGB value is (187,215,212). Sum of RGB (Red+Green+Blue) = 187+215+212=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7D4 is #44282B. Grayscale: #CECECE. Windows color (decimal): -4466732 or 13948859. OLE color: 13948859.

HSL color Cylindrical-coordinate representation of color #BBD7D4: hue angle of 173.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7D4 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 212 -
CMYK 0.13 0 0.01 0.16
HSL 173.57º 0.26% 0.79% -
HSV(B) 173.57º 0.13% 0.84% -
XYZ 56.68 63.92 71.64 -
YUV 206.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 187 215 212 0.13 0 0.01 0.16 173.57 0.26 0.79
Hex BB D7 D4 D 0 1 10 AE 1A 4F
Octal 273 327 324 15 0 1 20 256 32 117
Binary 10111011 11010111 11010100 1101 0 1 10000 10101110 11010 1001111

Color Harmonies of #BBD7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7D4

Black with #BBD7D4

Text Example


Text Example

White with #BBD7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7D4; }

 p { color: rgb(187,215,212); }

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

background-color css

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

 a { background-color: rgb(187,215,212); }

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

border-color css

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

 span { border-color: rgb(187,215,212); }

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