Html Css Color HEX #BBDDBE Surf

📋 copy color: '#BBDDBE'

red 187 ◦ green 221 ◦ blue 190

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

Shades of Surf #BBDDBE

Tints of Surf #BBDDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

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

R = 31.27%
G = 36.96%
B = 31.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BBDDBE (or 0xBBDDBE) is known color: Surf. HEX triplet: BB, DD and BE. RGB value is (187,221,190). Sum of RGB (Red+Green+Blue) = 187+221+190=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBE is #442241. Grayscale: #CFCFCF. Windows color (decimal): -4465218 or 12508603. OLE color: 12508603.

HSL color Cylindrical-coordinate representation of color #BBDDBE: hue angle of 125.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 190 -
CMYK 0.15 0 0.14 0.13
HSL 125.29º 0.33% 0.8% -
HSV(B) 125.29º 0.15% 0.87% -
XYZ 55.64 66 58.52 -
YUV 207.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 187 221 190 0.15 0 0.14 0.13 125.29 0.33 0.8
Hex BB DD BE F 0 E D 7D 21 50
Octal 273 335 276 17 0 16 15 175 41 120
Binary 10111011 11011101 10111110 1111 0 1110 1101 1111101 100001 1010000

Color Harmonies of #BBDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDBE

Black with #BBDDBE

Text Example


Text Example

White with #BBDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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