Html Css Color HEX #B6CEB0 Rainee

📋 copy color: '#B6CEB0'

red 182 ◦ green 206 ◦ blue 176

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

Shades of Rainee #B6CEB0

Tints of Rainee #B6CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.52%

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 32.27%
G = 36.52%
B = 31.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#B6CEB0 (or 0xB6CEB0) is known color: Rainee. HEX triplet: B6, CE and B0. RGB value is (182,206,176). Sum of RGB (Red+Green+Blue) = 182+206+176=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEB0 is #49314F. Grayscale: #C3C3C3. Windows color (decimal): -4796752 or 11587254. OLE color: 11587254.

HSL color Cylindrical-coordinate representation of color #B6CEB0: hue angle of 108º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6CEB0 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 176 -
CMYK 0.12 0 0.15 0.19
HSL 108º 0.23% 0.75% -
HSV(B) 108º 0.15% 0.81% -
XYZ 49.2 57.22 49.53 -
YUV 195.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 182 206 176 0.12 0 0.15 0.19 108 0.23 0.75
Hex B6 CE B0 C 0 F 13 6C 17 4B
Octal 266 316 260 14 0 17 23 154 27 113
Binary 10110110 11001110 10110000 1100 0 1111 10011 1101100 10111 1001011

Color Harmonies of #B6CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CEB0

Black with #B6CEB0

Text Example


Text Example

White with #B6CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CEB0; }

 p { color: rgb(182,206,176); }

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

background-color css

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

 a { background-color: rgb(182,206,176); }

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

border-color css

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

 span { border-color: rgb(182,206,176); }

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