#CBEACA

Color #CBEACA Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CBEACA

Tints of Blue Romance #CBEACA

Color information

#CBEACA (or 0xCBEACA) is unknown color: approx Blue Romance. HEX triplet: CB, EA and CA. RGB value is (203,234,202). Sum of RGB (Red+Green+Blue) = 203+234+202=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEACA is #341535. Grayscale: #DDDDDD. Windows color (decimal): -3413302 or 13298379. OLE color: 13298379.

HSL color Cylindrical-coordinate representation of color #CBEACA: hue angle of 118.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEACA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB203234202-
CMYK0.1300.140.08
HSL118.12º43.24%85.49%-
HSV(B)118.12º13.68%91.76%-
XYZ64.7175.8167.1-
YUV221.08117.23115.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=31.77%
G=36.62%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342020.1300.140.08118.1243.2485.49
HexCBEACAD0E8762b55
Octal313352312150161016653125
Binary110010111110101011001010110101110100011101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEACA; }

 p { color: rgb(203,234,202); }

 H1.HeaderClassName
 {
   color: #CBEACA;
 }
 .AnyTagClassName
 {
   color: #CBEACA;
 }
</style>
background-color css

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

 a { background-color: rgb(203,234,202); }

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

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

 span { border-color: rgb(203,234,202); }

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