Html Css Color HEX #B6CBBA Surf

📋 copy color: '#B6CBBA'

red 182 ◦ green 203 ◦ blue 186

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

Shades of Surf #B6CBBA

Tints of Surf #B6CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

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

R = 31.87%
G = 35.55%
B = 32.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#B6CBBA (or 0xB6CBBA) is known color: Surf. HEX triplet: B6, CB and BA. RGB value is (182,203,186). Sum of RGB (Red+Green+Blue) = 182+203+186=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBBA is #493445. Grayscale: #C2C2C2. Windows color (decimal): -4797510 or 12241846. OLE color: 12241846.

HSL color Cylindrical-coordinate representation of color #B6CBBA: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CBBA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 203 186 -
CMYK 0.10 0 0.08 0.20
HSL 131.43º 0.17% 0.75% -
HSV(B) 131.43º 0.1% 0.8% -
XYZ 49.51 56.2 54.69 -
YUV 194.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 182 203 186 0.10 0 0.08 0.20 131.43 0.17 0.75
Hex B6 CB BA A 0 8 14 83 11 4B
Octal 266 313 272 12 0 10 24 203 21 113
Binary 10110110 11001011 10111010 1010 0 1000 10100 10000011 10001 1001011

Color Harmonies of #B6CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBBA

Black with #B6CBBA

Text Example


Text Example

White with #B6CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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