Html Css Color HEX #B6CFBB Surf

📋 copy color: '#B6CFBB'

red 182 ◦ green 207 ◦ blue 187

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

Shades of Surf #B6CFBB

Tints of Surf #B6CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

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

R = 31.6%
G = 35.94%
B = 32.47%

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

#B6CFBB (or 0xB6CFBB) is known color: Surf. HEX triplet: B6, CF and BB. RGB value is (182,207,187). Sum of RGB (Red+Green+Blue) = 182+207+187=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFBB is #493044. Grayscale: #C5C5C5. Windows color (decimal): -4796485 or 12308406. OLE color: 12308406.

HSL color Cylindrical-coordinate representation of color #B6CFBB: hue angle of 132º degrees, saturation: 0.21, 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 #B6CFBB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 187 -
CMYK 0.12 0 0.10 0.19
HSL 132º 0.21% 0.76% -
HSV(B) 132º 0.12% 0.81% -
XYZ 50.57 58.16 55.57 -
YUV 197.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 182 207 187 0.12 0 0.10 0.19 132 0.21 0.76
Hex B6 CF BB C 0 A 13 84 15 4C
Octal 266 317 273 14 0 12 23 204 25 114
Binary 10110110 11001111 10111011 1100 0 1010 10011 10000100 10101 1001100

Color Harmonies of #B6CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFBB

Black with #B6CFBB

Text Example


Text Example

White with #B6CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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