Html Css Color HEX #BBD3B9 Surf

📋 copy color: '#BBD3B9'

red 187 ◦ green 211 ◦ blue 185

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

Shades of Surf #BBD3B9

Tints of Surf #BBD3B9

RGB

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

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

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

R = 32.08%
G = 36.19%
B = 31.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BBD3B9 (or 0xBBD3B9) is known color: Surf. HEX triplet: BB, D3 and B9. RGB value is (187,211,185). Sum of RGB (Red+Green+Blue) = 187+211+185=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3B9 is #442C46. Grayscale: #C8C8C8. Windows color (decimal): -4467783 or 12178363. OLE color: 12178363.

HSL color Cylindrical-coordinate representation of color #BBD3B9: hue angle of 115.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD3B9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 185 -
CMYK 0.11 0 0.12 0.17
HSL 115.38º 0.23% 0.78% -
HSV(B) 115.38º 0.12% 0.83% -
XYZ 52.54 60.66 54.84 -
YUV 200.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 187 211 185 0.11 0 0.12 0.17 115.38 0.23 0.78
Hex BB D3 B9 B 0 C 11 73 17 4E
Octal 273 323 271 13 0 14 21 163 27 116
Binary 10111011 11010011 10111001 1011 0 1100 10001 1110011 10111 1001110

Color Harmonies of #BBD3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3B9

Black with #BBD3B9

Text Example


Text Example

White with #BBD3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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