Html Css Color HEX #BED0CA Jet Stream

📋 copy color: '#BED0CA'

red 190 ◦ green 208 ◦ blue 202

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

Shades of Jet Stream #BED0CA

Tints of Jet Stream #BED0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 31.67%
G = 34.67%
B = 33.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BED0CA (or 0xBED0CA) is known color: Jet Stream. HEX triplet: BE, D0 and CA. RGB value is (190,208,202). Sum of RGB (Red+Green+Blue) = 190+208+202=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0CA is #412F35. Grayscale: #C9C9C9. Windows color (decimal): -4271926 or 13291710. OLE color: 13291710.

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

Color convert

RGB 190 208 202 -
CMYK 0.09 0 0.03 0.18
HSL 160º 0.16% 0.78% -
HSV(B) 160º 0.09% 0.82% -
XYZ 54.45 60.32 64.65 -
YUV 201.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 190 208 202 0.09 0 0.03 0.18 160 0.16 0.78
Hex BE D0 CA 9 0 3 12 A0 10 4E
Octal 276 320 312 11 0 3 22 240 20 116
Binary 10111110 11010000 11001010 1001 0 11 10010 10100000 10000 1001110

Color Harmonies of #BED0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0CA

Black with #BED0CA

Text Example


Text Example

White with #BED0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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