Html Css Color HEX #B9CEBA Surf

📋 copy color: '#B9CEBA'

red 185 ◦ green 206 ◦ blue 186

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

Shades of Surf #B9CEBA

Tints of Surf #B9CEBA

RGB

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

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

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

R = 32.06%
G = 35.7%
B = 32.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B9CEBA (or 0xB9CEBA) is known color: Surf. HEX triplet: B9, CE and BA. RGB value is (185,206,186). Sum of RGB (Red+Green+Blue) = 185+206+186=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBA is #463145. Grayscale: #C5C5C5. Windows color (decimal): -4600134 or 12242617. OLE color: 12242617.

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

Color convert

RGB 185 206 186 -
CMYK 0.10 0 0.10 0.19
HSL 122.86º 0.18% 0.77% -
HSV(B) 122.86º 0.1% 0.81% -
XYZ 50.94 58 54.96 -
YUV 197.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 185 206 186 0.10 0 0.10 0.19 122.86 0.18 0.77
Hex B9 CE BA A 0 A 13 7B 12 4D
Octal 271 316 272 12 0 12 23 173 22 115
Binary 10111001 11001110 10111010 1010 0 1010 10011 1111011 10010 1001101

Color Harmonies of #B9CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEBA

Black with #B9CEBA

Text Example


Text Example

White with #B9CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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