Html Css Color HEX #BBD8BE Surf

📋 copy color: '#BBD8BE'

red 187 ◦ green 216 ◦ blue 190

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

Shades of Surf #BBD8BE

Tints of Surf #BBD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.42%

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

R = 31.53%
G = 36.42%
B = 32.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BBD8BE (or 0xBBD8BE) is known color: Surf. HEX triplet: BB, D8 and BE. RGB value is (187,216,190). Sum of RGB (Red+Green+Blue) = 187+216+190=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8BE is #442741. Grayscale: #CCCCCC. Windows color (decimal): -4466498 or 12507323. OLE color: 12507323.

HSL color Cylindrical-coordinate representation of color #BBD8BE: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8BE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 190 -
CMYK 0.13 0 0.12 0.15
HSL 126.21º 0.27% 0.79% -
HSV(B) 126.21º 0.13% 0.85% -
XYZ 54.34 63.39 58.09 -
YUV 204.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 187 216 190 0.13 0 0.12 0.15 126.21 0.27 0.79
Hex BB D8 BE D 0 C F 7E 1B 4F
Octal 273 330 276 15 0 14 17 176 33 117
Binary 10111011 11011000 10111110 1101 0 1100 1111 1111110 11011 1001111

Color Harmonies of #BBD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8BE

Black with #BBD8BE

Text Example


Text Example

White with #BBD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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