Html Css Color HEX #BED7CA Jet Stream

📋 copy color: '#BED7CA'

red 190 ◦ green 215 ◦ blue 202

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

Shades of Jet Stream #BED7CA

Tints of Jet Stream #BED7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.42%

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 31.3%
G = 35.42%
B = 33.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BED7CA (or 0xBED7CA) is known color: Jet Stream. HEX triplet: BE, D7 and CA. RGB value is (190,215,202). Sum of RGB (Red+Green+Blue) = 190+215+202=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7CA is #412835. Grayscale: #CECECE. Windows color (decimal): -4270134 or 13293502. OLE color: 13293502.

HSL color Cylindrical-coordinate representation of color #BED7CA: hue angle of 148.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7CA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 202 -
CMYK 0.12 0 0.06 0.16
HSL 148.8º 0.24% 0.79% -
HSV(B) 148.8º 0.12% 0.84% -
XYZ 56.2 63.81 65.23 -
YUV 206.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 190 215 202 0.12 0 0.06 0.16 148.8 0.24 0.79
Hex BE D7 CA C 0 6 10 95 18 4F
Octal 276 327 312 14 0 6 20 225 30 117
Binary 10111110 11010111 11001010 1100 0 110 10000 10010101 11000 1001111

Color Harmonies of #BED7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7CA

Black with #BED7CA

Text Example


Text Example

White with #BED7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7CA; }

 p { color: rgb(190,215,202); }

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

background-color css

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

 a { background-color: rgb(190,215,202); }

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

border-color css

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

 span { border-color: rgb(190,215,202); }

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