Html Css Color HEX #E6B5BC Blossom

📋 copy color: '#E6B5BC'

red 230 ◦ green 181 ◦ blue 188

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

Shades of Blossom #E6B5BC

Tints of Blossom #E6B5BC

RGB

 RED value IS 230 (90.23% from 255) = 38.4%

 GREEN value IS 181 (71.09% from 255) = 30.22%

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 38.4%
G = 30.22%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6B5BC (or 0xE6B5BC) is known color: Blossom. HEX triplet: E6, B5 and BC. RGB value is (230,181,188). Sum of RGB (Red+Green+Blue) = 230+181+188=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5BC is #194A43. Grayscale: #C4C4C4. Windows color (decimal): -1657412 or 12367334. OLE color: 12367334.

HSL color Cylindrical-coordinate representation of color #E6B5BC: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B5BC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 188 -
CMYK 0 0.21 0.18 0.10
HSL 351.43º 0.49% 0.81% -
HSV(B) 351.43º 0.21% 0.9% -
XYZ 58.23 53.5 54.83 -
YUV 196.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 230 181 188 0 0.21 0.18 0.10 351.43 0.49 0.81
Hex E6 B5 BC 0 15 12 A 15F 31 51
Octal 346 265 274 0 25 22 12 537 61 121
Binary 11100110 10110101 10111100 0 10101 10010 1010 101011111 110001 1010001

Color Harmonies of #E6B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5BC

Black with #E6B5BC

Text Example


Text Example

White with #E6B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5BC; }

 p { color: rgb(230,181,188); }

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

background-color css

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

 a { background-color: rgb(230,181,188); }

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

border-color css

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

 span { border-color: rgb(230,181,188); }

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