Html Css Color HEX #BED2CD Jet Stream

📋 copy color: '#BED2CD'

red 190 ◦ green 210 ◦ blue 205

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

Shades of Jet Stream #BED2CD

Tints of Jet Stream #BED2CD

RGB

 RED value IS 190 (74.61% from 255) = 31.4%

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 31.4%
G = 34.71%
B = 33.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BED2CD (or 0xBED2CD) is known color: Jet Stream. HEX triplet: BE, D2 and CD. RGB value is (190,210,205). Sum of RGB (Red+Green+Blue) = 190+210+205=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CD is #412D32. Grayscale: #CBCBCB. Windows color (decimal): -4271411 or 13488830. OLE color: 13488830.

HSL color Cylindrical-coordinate representation of color #BED2CD: hue angle of 165º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2CD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 205 -
CMYK 0.10 0 0.02 0.18
HSL 165º 0.18% 0.78% -
HSV(B) 165º 0.1% 0.82% -
XYZ 55.3 61.45 66.7 -
YUV 203.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 190 210 205 0.10 0 0.02 0.18 165 0.18 0.78
Hex BE D2 CD A 0 2 12 A5 12 4E
Octal 276 322 315 12 0 2 22 245 22 116
Binary 10111110 11010010 11001101 1010 0 10 10010 10100101 10010 1001110

Color Harmonies of #BED2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2CD

Black with #BED2CD

Text Example


Text Example

White with #BED2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2CD; }

 p { color: rgb(190,210,205); }

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

background-color css

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

 a { background-color: rgb(190,210,205); }

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

border-color css

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

 span { border-color: rgb(190,210,205); }

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