Html Css Color HEX #C8FAC8 Blue Romance

📋 copy color: '#C8FAC8'

red 200 ◦ green 250 ◦ blue 200

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

Shades of Blue Romance #C8FAC8

Tints of Blue Romance #C8FAC8

RGB

 RED value IS 200 (78.52% from 255) = 30.77%

 GREEN value IS 250 (98.05% from 255) = 38.46%

 BLUE value IS 200 (78.52% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#C8FAC8 (or 0xC8FAC8) is known color: Blue Romance. HEX triplet: C8, FA and C8. RGB value is (200,250,200). Sum of RGB (Red+Green+Blue) = 200+250+200=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAC8 is #370537. Grayscale: #E5E5E5. Windows color (decimal): -3605816 or 13171400. OLE color: 13171400.

HSL color Cylindrical-coordinate representation of color #C8FAC8: hue angle of 120º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAC8 is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 200 -
CMYK 0.2 0 0.2 0.02
HSL 120º 0.83% 0.88% -
HSV(B) 120º 0.2% 0.98% -
XYZ 68.43 84.82 67.41 -
YUV 229.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 200 250 200 0.2 0 0.2 0.02 120 0.83 0.88
Hex C8 FA C8 14 0 14 2 78 53 58
Octal 310 372 310 24 0 24 2 170 123 130
Binary 11001000 11111010 11001000 10100 0 10100 10 1111000 1010011 1011000

Color Harmonies of #C8FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAC8

Black with #C8FAC8

Text Example


Text Example

White with #C8FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAC8; }

 p { color: rgb(200,250,200); }

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

background-color css

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

 a { background-color: rgb(200,250,200); }

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

border-color css

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

 span { border-color: rgb(200,250,200); }

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