#CBEBCA

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

Shades of Blue Romance #CBEBCA

Tints of Blue Romance #CBEBCA

Color information

#CBEBCA (or 0xCBEBCA) is unknown color: approx Blue Romance. HEX triplet: CB, EB and CA. RGB value is (203,235,202). Sum of RGB (Red+Green+Blue) = 203+235+202=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBCA is #341435. Grayscale: #DDDDDD. Windows color (decimal): -3413046 or 13298635. OLE color: 13298635.

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

Color convert

RGB203235202-
CMYK0.1400.140.08
HSL118.18º45.21%85.69%-
HSV(B)118.18º14.04%92.16%-
XYZ6576.3867.19-
YUV221.67116.9114.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=31.72%
G=36.72%
B=31.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352020.1400.140.08118.1845.2185.69
HexCBEBCAE0E8762d56
Octal313353312160161016655126
Binary110010111110101111001010111001110100011101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBCA; }

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

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

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

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

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

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

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

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