Html Css Color HEX #B9CFBE Surf

📋 copy color: '#B9CFBE'

red 185 ◦ green 207 ◦ blue 190

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

Shades of Surf #B9CFBE

Tints of Surf #B9CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.57%

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

R = 31.79%
G = 35.57%
B = 32.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#B9CFBE (or 0xB9CFBE) is known color: Surf. HEX triplet: B9, CF and BE. RGB value is (185,207,190). Sum of RGB (Red+Green+Blue) = 185+207+190=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFBE is #463041. Grayscale: #C6C6C6. Windows color (decimal): -4599874 or 12505017. OLE color: 12505017.

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

Color convert

RGB 185 207 190 -
CMYK 0.11 0 0.08 0.19
HSL 133.64º 0.19% 0.77% -
HSV(B) 133.64º 0.11% 0.81% -
XYZ 51.61 58.66 57.32 -
YUV 198.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 185 207 190 0.11 0 0.08 0.19 133.64 0.19 0.77
Hex B9 CF BE B 0 8 13 86 13 4D
Octal 271 317 276 13 0 10 23 206 23 115
Binary 10111001 11001111 10111110 1011 0 1000 10011 10000110 10011 1001101

Color Harmonies of #B9CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFBE

Black with #B9CFBE

Text Example


Text Example

White with #B9CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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