Html Css Color HEX #BBD4D6 Zumthor

📋 copy color: '#BBD4D6'

red 187 ◦ green 212 ◦ blue 214

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

Shades of Zumthor #BBD4D6

Tints of Zumthor #BBD4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 214 (83.98% from 255) = 34.91%

R = 30.51%
G = 34.58%
B = 34.91%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBD4D6 (or 0xBBD4D6) is known color: Zumthor. HEX triplet: BB, D4 and D6. RGB value is (187,212,214). Sum of RGB (Red+Green+Blue) = 187+212+214=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4D6 is #442B29. Grayscale: #CCCCCC. Windows color (decimal): -4467498 or 14079163. OLE color: 14079163.

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

Color convert

RGB 187 212 214 -
CMYK 0.13 0.01 0 0.16
HSL 184.44º 0.25% 0.79% -
HSV(B) 184.44º 0.13% 0.84% -
XYZ 56.17 62.51 72.72 -
YUV 204.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 187 212 214 0.13 0.01 0 0.16 184.44 0.25 0.79
Hex BB D4 D6 D 1 0 10 B8 19 4F
Octal 273 324 326 15 1 0 20 270 31 117
Binary 10111011 11010100 11010110 1101 1 0 10000 10111000 11001 1001111

Color Harmonies of #BBD4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4D6

Black with #BBD4D6

Text Example


Text Example

White with #BBD4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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