#CBE6C9

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

Shades of Blue Romance #CBE6C9

Tints of Blue Romance #CBE6C9

Color information

#CBE6C9 (or 0xCBE6C9) is unknown color: approx Blue Romance. HEX triplet: CB, E6 and C9. RGB value is (203,230,201). Sum of RGB (Red+Green+Blue) = 203+230+201=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6C9 is #341936. Grayscale: #DADADA. Windows color (decimal): -3414327 or 13231819. OLE color: 13231819.

HSL color Cylindrical-coordinate representation of color #CBE6C9: hue angle of 115.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE6C9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB203230201-
CMYK0.1200.130.10
HSL115.86º36.71%84.51%-
HSV(B)115.86º12.61%90.2%-
XYZ63.4773.5166.1-
YUV218.62118.05116.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=32.02%
G=36.28%
B=31.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032302010.1200.130.10115.8636.7184.51
HexCBE6C9C0DA742555
Octal313346311140151216445125
Binary110010111110011011001001110001101101011101001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6C9; }

 p { color: rgb(203,230,201); }

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

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

 a { background-color: rgb(203,230,201); }

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

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

 span { border-color: rgb(203,230,201); }

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