Html Css Color HEX #BBD6B0 Surf Crest

📋 copy color: '#BBD6B0'

red 187 ◦ green 214 ◦ blue 176

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

Shades of Surf Crest #BBD6B0

Tints of Surf Crest #BBD6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 32.41%
G = 37.09%
B = 30.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BBD6B0 (or 0xBBD6B0) is known color: Surf Crest. HEX triplet: BB, D6 and B0. RGB value is (187,214,176). Sum of RGB (Red+Green+Blue) = 187+214+176=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6B0 is #44294F. Grayscale: #C9C9C9. Windows color (decimal): -4467024 or 11589307. OLE color: 11589307.

HSL color Cylindrical-coordinate representation of color #BBD6B0: hue angle of 102.63º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD6B0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 176 -
CMYK 0.13 0 0.18 0.16
HSL 102.63º 0.32% 0.76% -
HSV(B) 102.63º 0.18% 0.84% -
XYZ 52.38 61.79 50.24 -
YUV 201.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 187 214 176 0.13 0 0.18 0.16 102.63 0.32 0.76
Hex BB D6 B0 D 0 12 10 67 20 4C
Octal 273 326 260 15 0 22 20 147 40 114
Binary 10111011 11010110 10110000 1101 0 10010 10000 1100111 100000 1001100

Color Harmonies of #BBD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6B0

Black with #BBD6B0

Text Example


Text Example

White with #BBD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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