Html Css Color HEX #B1CEB3 Surf

📋 copy color: '#B1CEB3'

red 177 ◦ green 206 ◦ blue 179

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

Shades of Surf #B1CEB3

Tints of Surf #B1CEB3

RGB

 RED value IS 177 (69.53% from 255) = 31.49%

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

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 31.49%
G = 36.65%
B = 31.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B1CEB3 (or 0xB1CEB3) is known color: Surf. HEX triplet: B1, CE and B3. RGB value is (177,206,179). Sum of RGB (Red+Green+Blue) = 177+206+179=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEB3 is #4E314C. Grayscale: #C2C2C2. Windows color (decimal): -5124429 or 11783857. OLE color: 11783857.

HSL color Cylindrical-coordinate representation of color #B1CEB3: hue angle of 124.14º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEB3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 179 -
CMYK 0.14 0 0.13 0.19
HSL 124.14º 0.23% 0.75% -
HSV(B) 124.14º 0.14% 0.81% -
XYZ 48.34 56.74 51.05 -
YUV 194.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 177 206 179 0.14 0 0.13 0.19 124.14 0.23 0.75
Hex B1 CE B3 E 0 D 13 7C 17 4B
Octal 261 316 263 16 0 15 23 174 27 113
Binary 10110001 11001110 10110011 1110 0 1101 10011 1111100 10111 1001011

Color Harmonies of #B1CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEB3

Black with #B1CEB3

Text Example


Text Example

White with #B1CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEB3; }

 p { color: rgb(177,206,179); }

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

background-color css

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

 a { background-color: rgb(177,206,179); }

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

border-color css

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

 span { border-color: rgb(177,206,179); }

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