Html Css Color HEX #B6CEBA Surf

📋 copy color: '#B6CEBA'

red 182 ◦ green 206 ◦ blue 186

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

Shades of Surf #B6CEBA

Tints of Surf #B6CEBA

RGB

 RED value IS 182 (71.48% from 255) = 31.71%

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

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

R = 31.71%
G = 35.89%
B = 32.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B6CEBA (or 0xB6CEBA) is known color: Surf. HEX triplet: B6, CE and BA. RGB value is (182,206,186). Sum of RGB (Red+Green+Blue) = 182+206+186=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEBA is #493145. Grayscale: #C4C4C4. Windows color (decimal): -4796742 or 12242614. OLE color: 12242614.

HSL color Cylindrical-coordinate representation of color #B6CEBA: hue angle of 130º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CEBA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 186 -
CMYK 0.12 0 0.10 0.19
HSL 130º 0.2% 0.76% -
HSV(B) 130º 0.12% 0.81% -
XYZ 50.23 57.63 54.93 -
YUV 196.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 182 206 186 0.12 0 0.10 0.19 130 0.2 0.76
Hex B6 CE BA C 0 A 13 82 14 4C
Octal 266 316 272 14 0 12 23 202 24 114
Binary 10110110 11001110 10111010 1100 0 1010 10011 10000010 10100 1001100

Color Harmonies of #B6CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CEBA

Black with #B6CEBA

Text Example


Text Example

White with #B6CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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