Html Css Color HEX #CBACE2 Perfume

📋 copy color: '#CBACE2'

red 203 ◦ green 172 ◦ blue 226

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

Shades of Perfume #CBACE2

Tints of Perfume #CBACE2

RGB

 RED value IS 203 (79.69% from 255) = 33.78%

 GREEN value IS 172 (67.58% from 255) = 28.62%

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 33.78%
G = 28.62%
B = 37.6%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBACE2 (or 0xCBACE2) is known color: Perfume. HEX triplet: CB, AC and E2. RGB value is (203,172,226). Sum of RGB (Red+Green+Blue) = 203+172+226=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE2 is #34531D. Grayscale: #BBBBBB. Windows color (decimal): -3429150 or 14855371. OLE color: 14855371.

HSL color Cylindrical-coordinate representation of color #CBACE2: hue angle of 274.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBACE2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 172 226 -
CMYK 0.10 0.24 0 0.11
HSL 274.44º 0.48% 0.78% -
HSV(B) 274.44º 0.24% 0.89% -
XYZ 53.11 47.69 78.36 -
YUV 187.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 203 172 226 0.10 0.24 0 0.11 274.44 0.48 0.78
Hex CB AC E2 A 18 0 B 112 30 4E
Octal 313 254 342 12 30 0 13 422 60 116
Binary 11001011 10101100 11100010 1010 11000 0 1011 100010010 110000 1001110

Color Harmonies of #CBACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACE2

Black with #CBACE2

Text Example


Text Example

White with #CBACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACE2; }

 p { color: rgb(203,172,226); }

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

background-color css

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

 a { background-color: rgb(203,172,226); }

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

border-color css

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

 span { border-color: rgb(203,172,226); }

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