Html Css Color HEX #B6D7BB Surf

📋 copy color: '#B6D7BB'

red 182 ◦ green 215 ◦ blue 187

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

Shades of Surf #B6D7BB

Tints of Surf #B6D7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

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

R = 31.16%
G = 36.82%
B = 32.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B6D7BB (or 0xB6D7BB) is known color: Surf. HEX triplet: B6, D7 and BB. RGB value is (182,215,187). Sum of RGB (Red+Green+Blue) = 182+215+187=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7BB is #492844. Grayscale: #CACACA. Windows color (decimal): -4794437 or 12310454. OLE color: 12310454.

HSL color Cylindrical-coordinate representation of color #B6D7BB: hue angle of 129.09º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D7BB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 215 187 -
CMYK 0.15 0 0.13 0.16
HSL 129.09º 0.29% 0.78% -
HSV(B) 129.09º 0.15% 0.84% -
XYZ 52.56 62.13 56.24 -
YUV 201.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 182 215 187 0.15 0 0.13 0.16 129.09 0.29 0.78
Hex B6 D7 BB F 0 D 10 81 1D 4E
Octal 266 327 273 17 0 15 20 201 35 116
Binary 10110110 11010111 10111011 1111 0 1101 10000 10000001 11101 1001110

Color Harmonies of #B6D7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D7BB

Black with #B6D7BB

Text Example


Text Example

White with #B6D7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D7BB; }

 p { color: rgb(182,215,187); }

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

background-color css

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

 a { background-color: rgb(182,215,187); }

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

border-color css

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

 span { border-color: rgb(182,215,187); }

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