Html Css Color HEX #BBD7D5 Scandal

📋 copy color: '#BBD7D5'

red 187 ◦ green 215 ◦ blue 213

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

Shades of Scandal #BBD7D5

Tints of Scandal #BBD7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.63%

R = 30.41%
G = 34.96%
B = 34.63%

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

#BBD7D5 (or 0xBBD7D5) is known color: Scandal. HEX triplet: BB, D7 and D5. RGB value is (187,215,213). Sum of RGB (Red+Green+Blue) = 187+215+213=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7D5 is #44282A. Grayscale: #CECECE. Windows color (decimal): -4466731 or 14014395. OLE color: 14014395.

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

Color convert

RGB 187 215 213 -
CMYK 0.13 0 0.01 0.16
HSL 175.71º 0.26% 0.79% -
HSV(B) 175.71º 0.13% 0.84% -
XYZ 56.8 63.97 72.3 -
YUV 206.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 187 215 213 0.13 0 0.01 0.16 175.71 0.26 0.79
Hex BB D7 D5 D 0 1 10 B0 1A 4F
Octal 273 327 325 15 0 1 20 260 32 117
Binary 10111011 11010111 11010101 1101 0 1 10000 10110000 11010 1001111

Color Harmonies of #BBD7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7D5

Black with #BBD7D5

Text Example


Text Example

White with #BBD7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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