Html Css Color HEX #C2CEC8 Jet Stream

📋 copy color: '#C2CEC8'

red 194 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #C2CEC8

Tints of Jet Stream #C2CEC8

RGB

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

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

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

R = 32.33%
G = 34.33%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#C2CEC8 (or 0xC2CEC8) is known color: Jet Stream. HEX triplet: C2, CE and C8. RGB value is (194,206,200). Sum of RGB (Red+Green+Blue) = 194+206+200=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC8 is #3D3137. Grayscale: #C9C9C9. Windows color (decimal): -4010296 or 13160130. OLE color: 13160130.

HSL color Cylindrical-coordinate representation of color #C2CEC8: hue angle of 150º 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 #C2CEC8 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 200 -
CMYK 0.06 0 0.03 0.19
HSL 150º 0.11% 0.78% -
HSV(B) 150º 0.06% 0.81% -
XYZ 54.74 59.78 63.3 -
YUV 201.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 194 206 200 0.06 0 0.03 0.19 150 0.11 0.78
Hex C2 CE C8 6 0 3 13 96 B 4E
Octal 302 316 310 6 0 3 23 226 13 116
Binary 11000010 11001110 11001000 110 0 11 10011 10010110 1011 1001110

Color Harmonies of #C2CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEC8

Black with #C2CEC8

Text Example


Text Example

White with #C2CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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