Html Css Color HEX #CBE6C9 Blue Romance

📋 copy color: '#CBE6C9'

red 203 ◦ green 230 ◦ blue 201

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

Shades of Blue Romance #CBE6C9

Tints of Blue Romance #CBE6C9

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.7%

R = 32.02%
G = 36.28%
B = 31.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#CBE6C9 (or 0xCBE6C9) is known color: 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

RGB 203 230 201 -
CMYK 0.12 0 0.13 0.10
HSL 115.86º 0.37% 0.85% -
HSV(B) 115.86º 0.13% 0.9% -
XYZ 63.47 73.51 66.1 -
YUV 218.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 203 230 201 0.12 0 0.13 0.10 115.86 0.37 0.85
Hex CB E6 C9 C 0 D A 74 25 55
Octal 313 346 311 14 0 15 12 164 45 125
Binary 11001011 11100110 11001001 1100 0 1101 1010 1110100 100101 1010101

Color Harmonies of #CBE6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6C9

Black with #CBE6C9

Text Example


Text Example

White with #CBE6C9

Text Example


Text Example

HTML Codes & Css Web 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>