Html Css Color HEX #BBD6D8 Zumthor

📋 copy color: '#BBD6D8'

red 187 ◦ green 214 ◦ blue 216

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

Shades of Zumthor #BBD6D8

Tints of Zumthor #BBD6D8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.68%

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

R = 30.31%
G = 34.68%
B = 35.01%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBD6D8 (or 0xBBD6D8) is known color: Zumthor. HEX triplet: BB, D6 and D8. RGB value is (187,214,216). Sum of RGB (Red+Green+Blue) = 187+214+216=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D8 is #442927. Grayscale: #CECECE. Windows color (decimal): -4466984 or 14210747. OLE color: 14210747.

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

Color convert

RGB 187 214 216 -
CMYK 0.13 0.01 0 0.15
HSL 184.14º 0.27% 0.79% -
HSV(B) 184.14º 0.13% 0.85% -
XYZ 56.93 63.62 74.24 -
YUV 206.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 187 214 216 0.13 0.01 0 0.15 184.14 0.27 0.79
Hex BB D6 D8 D 1 0 F B8 1B 4F
Octal 273 326 330 15 1 0 17 270 33 117
Binary 10111011 11010110 11011000 1101 1 0 1111 10111000 11011 1001111

Color Harmonies of #BBD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6D8

Black with #BBD6D8

Text Example


Text Example

White with #BBD6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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