Html Css Color HEX #BBD0BE Surf

📋 copy color: '#BBD0BE'

red 187 ◦ green 208 ◦ blue 190

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

Shades of Surf #BBD0BE

Tints of Surf #BBD0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 31.97%
G = 35.56%
B = 32.48%

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

#BBD0BE (or 0xBBD0BE) is known color: Surf. HEX triplet: BB, D0 and BE. RGB value is (187,208,190). Sum of RGB (Red+Green+Blue) = 187+208+190=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BE is #442F41. Grayscale: #C7C7C7. Windows color (decimal): -4468546 or 12505275. OLE color: 12505275.

HSL color Cylindrical-coordinate representation of color #BBD0BE: hue angle of 128.57º 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 #BBD0BE is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 190 -
CMYK 0.10 0 0.09 0.18
HSL 128.57º 0.18% 0.77% -
HSV(B) 128.57º 0.1% 0.82% -
XYZ 52.34 59.39 57.42 -
YUV 199.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 187 208 190 0.10 0 0.09 0.18 128.57 0.18 0.77
Hex BB D0 BE A 0 9 12 81 12 4D
Octal 273 320 276 12 0 11 22 201 22 115
Binary 10111011 11010000 10111110 1010 0 1001 10010 10000001 10010 1001101

Color Harmonies of #BBD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0BE

Black with #BBD0BE

Text Example


Text Example

White with #BBD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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