Html Css Color HEX #B9CEBB Surf

📋 copy color: '#B9CEBB'

red 185 ◦ green 206 ◦ blue 187

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

Shades of Surf #B9CEBB

Tints of Surf #B9CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 32.01%
G = 35.64%
B = 32.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#B9CEBB (or 0xB9CEBB) is known color: Surf. HEX triplet: B9, CE and BB. RGB value is (185,206,187). Sum of RGB (Red+Green+Blue) = 185+206+187=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBB is #463144. Grayscale: #C5C5C5. Windows color (decimal): -4600133 or 12308153. OLE color: 12308153.

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

Color convert

RGB 185 206 187 -
CMYK 0.10 0 0.09 0.19
HSL 125.71º 0.18% 0.77% -
HSV(B) 125.71º 0.1% 0.81% -
XYZ 51.05 58.04 55.53 -
YUV 197.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 185 206 187 0.10 0 0.09 0.19 125.71 0.18 0.77
Hex B9 CE BB A 0 9 13 7E 12 4D
Octal 271 316 273 12 0 11 23 176 22 115
Binary 10111001 11001110 10111011 1010 0 1001 10011 1111110 10010 1001101

Color Harmonies of #B9CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEBB

Black with #B9CEBB

Text Example


Text Example

White with #B9CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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