Html Css Color HEX #BED4CA Jet Stream

📋 copy color: '#BED4CA'

red 190 ◦ green 212 ◦ blue 202

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

Shades of Jet Stream #BED4CA

Tints of Jet Stream #BED4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.1%

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

R = 31.46%
G = 35.1%
B = 33.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#BED4CA (or 0xBED4CA) is known color: Jet Stream. HEX triplet: BE, D4 and CA. RGB value is (190,212,202). Sum of RGB (Red+Green+Blue) = 190+212+202=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4CA is #412B35. Grayscale: #CCCCCC. Windows color (decimal): -4270902 or 13292734. OLE color: 13292734.

HSL color Cylindrical-coordinate representation of color #BED4CA: hue angle of 152.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED4CA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 202 -
CMYK 0.10 0 0.05 0.17
HSL 152.73º 0.2% 0.79% -
HSV(B) 152.73º 0.1% 0.83% -
XYZ 55.44 62.3 64.98 -
YUV 204.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 190 212 202 0.10 0 0.05 0.17 152.73 0.2 0.79
Hex BE D4 CA A 0 5 11 99 14 4F
Octal 276 324 312 12 0 5 21 231 24 117
Binary 10111110 11010100 11001010 1010 0 101 10001 10011001 10100 1001111

Color Harmonies of #BED4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4CA

Black with #BED4CA

Text Example


Text Example

White with #BED4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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