Html Css Color HEX #BBD0BD Surf

📋 copy color: '#BBD0BD'

red 187 ◦ green 208 ◦ blue 189

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

Shades of Surf #BBD0BD

Tints of Surf #BBD0BD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

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

R = 32.02%
G = 35.62%
B = 32.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BBD0BD (or 0xBBD0BD) is known color: Surf. HEX triplet: BB, D0 and BD. RGB value is (187,208,189). Sum of RGB (Red+Green+Blue) = 187+208+189=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BD is #442F42. Grayscale: #C7C7C7. Windows color (decimal): -4468547 or 12439739. OLE color: 12439739.

HSL color Cylindrical-coordinate representation of color #BBD0BD: hue angle of 125.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0BD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 189 -
CMYK 0.10 0 0.09 0.18
HSL 125.71º 0.18% 0.77% -
HSV(B) 125.71º 0.1% 0.82% -
XYZ 52.23 59.35 56.85 -
YUV 199.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 187 208 189 0.10 0 0.09 0.18 125.71 0.18 0.77
Hex BB D0 BD A 0 9 12 7E 12 4D
Octal 273 320 275 12 0 11 22 176 22 115
Binary 10111011 11010000 10111101 1010 0 1001 10010 1111110 10010 1001101

Color Harmonies of #BBD0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0BD

Black with #BBD0BD

Text Example


Text Example

White with #BBD0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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