Html Css Color HEX #B9CEBE Surf

📋 copy color: '#B9CEBE'

red 185 ◦ green 206 ◦ blue 190

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

Shades of Surf #B9CEBE

Tints of Surf #B9CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.46%

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

R = 31.84%
G = 35.46%
B = 32.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B9CEBE (or 0xB9CEBE) is known color: Surf. HEX triplet: B9, CE and BE. RGB value is (185,206,190). Sum of RGB (Red+Green+Blue) = 185+206+190=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBE is #463141. Grayscale: #C5C5C5. Windows color (decimal): -4600130 or 12504761. OLE color: 12504761.

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

Color convert

RGB 185 206 190 -
CMYK 0.10 0 0.08 0.19
HSL 134.29º 0.18% 0.77% -
HSV(B) 134.29º 0.1% 0.81% -
XYZ 51.37 58.17 57.24 -
YUV 197.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 185 206 190 0.10 0 0.08 0.19 134.29 0.18 0.77
Hex B9 CE BE A 0 8 13 86 12 4D
Octal 271 316 276 12 0 10 23 206 22 115
Binary 10111001 11001110 10111110 1010 0 1000 10011 10000110 10010 1001101

Color Harmonies of #B9CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEBE

Black with #B9CEBE

Text Example


Text Example

White with #B9CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEBE; }

 p { color: rgb(185,206,190); }

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

background-color css

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

 a { background-color: rgb(185,206,190); }

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

border-color css

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

 span { border-color: rgb(185,206,190); }

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