Html Css Color HEX #BBD3BD Surf

📋 copy color: '#BBD3BD'

red 187 ◦ green 211 ◦ blue 189

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

Shades of Surf #BBD3BD

Tints of Surf #BBD3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 31.86%
G = 35.95%
B = 32.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#BBD3BD (or 0xBBD3BD) is known color: Surf. HEX triplet: BB, D3 and BD. RGB value is (187,211,189). Sum of RGB (Red+Green+Blue) = 187+211+189=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BD is #442C42. Grayscale: #C9C9C9. Windows color (decimal): -4467779 or 12440507. OLE color: 12440507.

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

Color convert

RGB 187 211 189 -
CMYK 0.11 0 0.10 0.17
HSL 125º 0.21% 0.78% -
HSV(B) 125º 0.11% 0.83% -
XYZ 52.97 60.83 57.09 -
YUV 201.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 187 211 189 0.11 0 0.10 0.17 125 0.21 0.78
Hex BB D3 BD B 0 A 11 7D 15 4E
Octal 273 323 275 13 0 12 21 175 25 116
Binary 10111011 11010011 10111101 1011 0 1010 10001 1111101 10101 1001110

Color Harmonies of #BBD3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3BD

Black with #BBD3BD

Text Example


Text Example

White with #BBD3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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