Html Css Color HEX #BBD6D5 Zumthor

📋 copy color: '#BBD6D5'

red 187 ◦ green 214 ◦ blue 213

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

Shades of Zumthor #BBD6D5

Tints of Zumthor #BBD6D5

RGB

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

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

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

R = 30.46%
G = 34.85%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#BBD6D5 (or 0xBBD6D5) is known color: Zumthor. HEX triplet: BB, D6 and D5. RGB value is (187,214,213). Sum of RGB (Red+Green+Blue) = 187+214+213=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D5 is #44292A. Grayscale: #CDCDCD. Windows color (decimal): -4466987 or 14014139. OLE color: 14014139.

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

Color convert

RGB 187 214 213 -
CMYK 0.13 0 0.00 0.16
HSL 177.78º 0.25% 0.79% -
HSV(B) 177.78º 0.13% 0.84% -
XYZ 56.55 63.46 72.22 -
YUV 205.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 187 214 213 0.13 0 0.00 0.16 177.78 0.25 0.79
Hex BB D6 D5 D 0 0 10 B2 19 4F
Octal 273 326 325 15 0 0 20 262 31 117
Binary 10111011 11010110 11010101 1101 0 0 10000 10110010 11001 1001111

Color Harmonies of #BBD6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6D5

Black with #BBD6D5

Text Example


Text Example

White with #BBD6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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