Html Css Color HEX #B6CCBA Surf

📋 copy color: '#B6CCBA'

red 182 ◦ green 204 ◦ blue 186

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

Shades of Surf #B6CCBA

Tints of Surf #B6CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.66%

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

R = 31.82%
G = 35.66%
B = 32.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#B6CCBA (or 0xB6CCBA) is known color: Surf. HEX triplet: B6, CC and BA. RGB value is (182,204,186). Sum of RGB (Red+Green+Blue) = 182+204+186=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCBA is #493345. Grayscale: #C3C3C3. Windows color (decimal): -4797254 or 12242102. OLE color: 12242102.

HSL color Cylindrical-coordinate representation of color #B6CCBA: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CCBA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 186 -
CMYK 0.11 0 0.09 0.2
HSL 130.91º 0.18% 0.76% -
HSV(B) 130.91º 0.11% 0.8% -
XYZ 49.75 56.68 54.77 -
YUV 195.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 182 204 186 0.11 0 0.09 0.2 130.91 0.18 0.76
Hex B6 CC BA B 0 9 14 83 12 4C
Octal 266 314 272 13 0 11 24 203 22 114
Binary 10110110 11001100 10111010 1011 0 1001 10100 10000011 10010 1001100

Color Harmonies of #B6CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCBA

Black with #B6CCBA

Text Example


Text Example

White with #B6CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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