Html Css Color HEX #BBD5D8 Zumthor

📋 copy color: '#BBD5D8'

red 187 ◦ green 213 ◦ blue 216

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

Shades of Zumthor #BBD5D8

Tints of Zumthor #BBD5D8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.58%

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

R = 30.36%
G = 34.58%
B = 35.06%

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

#BBD5D8 (or 0xBBD5D8) is known color: Zumthor. HEX triplet: BB, D5 and D8. RGB value is (187,213,216). Sum of RGB (Red+Green+Blue) = 187+213+216=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D8 is #442A27. Grayscale: #CDCDCD. Windows color (decimal): -4467240 or 14210491. OLE color: 14210491.

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

Color convert

RGB 187 213 216 -
CMYK 0.13 0.01 0 0.15
HSL 186.21º 0.27% 0.79% -
HSV(B) 186.21º 0.13% 0.85% -
XYZ 56.68 63.11 74.16 -
YUV 205.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 187 213 216 0.13 0.01 0 0.15 186.21 0.27 0.79
Hex BB D5 D8 D 1 0 F BA 1B 4F
Octal 273 325 330 15 1 0 17 272 33 117
Binary 10111011 11010101 11011000 1101 1 0 1111 10111010 11011 1001111

Color Harmonies of #BBD5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5D8

Black with #BBD5D8

Text Example


Text Example

White with #BBD5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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