Html Css Color HEX #CBACE4 Perfume

📋 copy color: '#CBACE4'

red 203 ◦ green 172 ◦ blue 228

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

Shades of Perfume #CBACE4

Tints of Perfume #CBACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.81%

R = 33.67%
G = 28.52%
B = 37.81%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBACE4 (or 0xCBACE4) is known color: Perfume. HEX triplet: CB, AC and E4. RGB value is (203,172,228). Sum of RGB (Red+Green+Blue) = 203+172+228=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE4 is #34531B. Grayscale: #BBBBBB. Windows color (decimal): -3429148 or 14986443. OLE color: 14986443.

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

Color convert

RGB 203 172 228 -
CMYK 0.11 0.25 0 0.11
HSL 273.21º 0.51% 0.78% -
HSV(B) 273.21º 0.25% 0.89% -
XYZ 53.38 47.8 79.81 -
YUV 187.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 203 172 228 0.11 0.25 0 0.11 273.21 0.51 0.78
Hex CB AC E4 B 19 0 B 111 33 4E
Octal 313 254 344 13 31 0 13 421 63 116
Binary 11001011 10101100 11100100 1011 11001 0 1011 100010001 110011 1001110

Color Harmonies of #CBACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACE4

Black with #CBACE4

Text Example


Text Example

White with #CBACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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