Html Css Color HEX #BBD6B9 Surf

📋 copy color: '#BBD6B9'

red 187 ◦ green 214 ◦ blue 185

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

Shades of Surf #BBD6B9

Tints of Surf #BBD6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 31.91%
G = 36.52%
B = 31.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#BBD6B9 (or 0xBBD6B9) is known color: Surf. HEX triplet: BB, D6 and B9. RGB value is (187,214,185). Sum of RGB (Red+Green+Blue) = 187+214+185=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6B9 is #442946. Grayscale: #CACACA. Windows color (decimal): -4467015 or 12179131. OLE color: 12179131.

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

Color convert

RGB 187 214 185 -
CMYK 0.13 0 0.14 0.16
HSL 115.86º 0.26% 0.78% -
HSV(B) 115.86º 0.14% 0.84% -
XYZ 53.3 62.16 55.09 -
YUV 202.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 187 214 185 0.13 0 0.14 0.16 115.86 0.26 0.78
Hex BB D6 B9 D 0 E 10 74 1A 4E
Octal 273 326 271 15 0 16 20 164 32 116
Binary 10111011 11010110 10111001 1101 0 1110 10000 1110100 11010 1001110

Color Harmonies of #BBD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6B9

Black with #BBD6B9

Text Example


Text Example

White with #BBD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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