Html Css Color HEX #C2CEC9 Jet Stream

📋 copy color: '#C2CEC9'

red 194 ◦ green 206 ◦ blue 201

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

Shades of Jet Stream #C2CEC9

Tints of Jet Stream #C2CEC9

RGB

 RED value IS 194 (76.17% from 255) = 32.28%

 GREEN value IS 206 (80.86% from 255) = 34.28%

 BLUE value IS 201 (78.91% from 255) = 33.44%

R = 32.28%
G = 34.28%
B = 33.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C2CEC9 (or 0xC2CEC9) is known color: Jet Stream. HEX triplet: C2, CE and C9. RGB value is (194,206,201). Sum of RGB (Red+Green+Blue) = 194+206+201=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC9 is #3D3136. Grayscale: #C9C9C9. Windows color (decimal): -4010295 or 13225666. OLE color: 13225666.

HSL color Cylindrical-coordinate representation of color #C2CEC9: hue angle of 155º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CEC9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 201 -
CMYK 0.06 0 0.02 0.19
HSL 155º 0.11% 0.78% -
HSV(B) 155º 0.06% 0.81% -
XYZ 54.86 59.83 63.91 -
YUV 201.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 194 206 201 0.06 0 0.02 0.19 155 0.11 0.78
Hex C2 CE C9 6 0 2 13 9B B 4E
Octal 302 316 311 6 0 2 23 233 13 116
Binary 11000010 11001110 11001001 110 0 10 10011 10011011 1011 1001110

Color Harmonies of #C2CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEC9

Black with #C2CEC9

Text Example


Text Example

White with #C2CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEC9; }

 p { color: rgb(194,206,201); }

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

background-color css

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

 a { background-color: rgb(194,206,201); }

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

border-color css

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

 span { border-color: rgb(194,206,201); }

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