Html Css Color HEX #B6D5BD Surf

📋 copy color: '#B6D5BD'

red 182 ◦ green 213 ◦ blue 189

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

Shades of Surf #B6D5BD

Tints of Surf #B6D5BD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 31.16%
G = 36.47%
B = 32.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B6D5BD (or 0xB6D5BD) is known color: Surf. HEX triplet: B6, D5 and BD. RGB value is (182,213,189). Sum of RGB (Red+Green+Blue) = 182+213+189=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5BD is #492A42. Grayscale: #C9C9C9. Windows color (decimal): -4794947 or 12441014. OLE color: 12441014.

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

Color convert

RGB 182 213 189 -
CMYK 0.15 0 0.11 0.16
HSL 133.55º 0.27% 0.77% -
HSV(B) 133.55º 0.15% 0.84% -
XYZ 52.27 61.21 57.2 -
YUV 201 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 182 213 189 0.15 0 0.11 0.16 133.55 0.27 0.77
Hex B6 D5 BD F 0 B 10 86 1B 4D
Octal 266 325 275 17 0 13 20 206 33 115
Binary 10110110 11010101 10111101 1111 0 1011 10000 10000110 11011 1001101

Color Harmonies of #B6D5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D5BD

Black with #B6D5BD

Text Example


Text Example

White with #B6D5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D5BD; }

 p { color: rgb(182,213,189); }

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

background-color css

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

 a { background-color: rgb(182,213,189); }

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

border-color css

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

 span { border-color: rgb(182,213,189); }

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