Html Css Color HEX #BBD3D7 Zumthor

📋 copy color: '#BBD3D7'

red 187 ◦ green 211 ◦ blue 215

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

Shades of Zumthor #BBD3D7

Tints of Zumthor #BBD3D7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.42%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 30.51%
G = 34.42%
B = 35.07%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBD3D7 (or 0xBBD3D7) is known color: Zumthor. HEX triplet: BB, D3 and D7. RGB value is (187,211,215). Sum of RGB (Red+Green+Blue) = 187+211+215=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBD3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3D7 is #442C28. Grayscale: #CCCCCC. Windows color (decimal): -4467753 or 14144443. OLE color: 14144443.

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

Color convert

RGB 187 211 215 -
CMYK 0.13 0.02 0 0.16
HSL 188.57º 0.26% 0.79% -
HSV(B) 188.57º 0.13% 0.84% -
XYZ 56.05 62.06 73.31 -
YUV 204.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 187 211 215 0.13 0.02 0 0.16 188.57 0.26 0.79
Hex BB D3 D7 D 2 0 10 BD 1A 4F
Octal 273 323 327 15 2 0 20 275 32 117
Binary 10111011 11010011 11010111 1101 10 0 10000 10111101 11010 1001111

Color Harmonies of #BBD3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3D7

Black with #BBD3D7

Text Example


Text Example

White with #BBD3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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