Html Css Color HEX #B9DEBA Surf

📋 copy color: '#B9DEBA'

red 185 ◦ green 222 ◦ blue 186

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

Shades of Surf #B9DEBA

Tints of Surf #B9DEBA

RGB

 RED value IS 185 (72.66% from 255) = 31.2%

 GREEN value IS 222 (87.11% from 255) = 37.44%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 31.2%
G = 37.44%
B = 31.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B9DEBA (or 0xB9DEBA) is known color: Surf. HEX triplet: B9, DE and BA. RGB value is (185,222,186). Sum of RGB (Red+Green+Blue) = 185+222+186=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBA is #462145. Grayscale: #CECECE. Windows color (decimal): -4596038 or 12246713. OLE color: 12246713.

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

Color convert

RGB 185 222 186 -
CMYK 0.17 0 0.16 0.13
HSL 121.62º 0.36% 0.8% -
HSV(B) 121.62º 0.17% 0.87% -
XYZ 54.99 66.1 56.31 -
YUV 206.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 185 222 186 0.17 0 0.16 0.13 121.62 0.36 0.8
Hex B9 DE BA 11 0 10 D 7A 24 50
Octal 271 336 272 21 0 20 15 172 44 120
Binary 10111001 11011110 10111010 10001 0 10000 1101 1111010 100100 1010000

Color Harmonies of #B9DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEBA

Black with #B9DEBA

Text Example


Text Example

White with #B9DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DEBA; }

 p { color: rgb(185,222,186); }

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

background-color css

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

 a { background-color: rgb(185,222,186); }

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

border-color css

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

 span { border-color: rgb(185,222,186); }

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