Html Css Color HEX #BECDC7 Jet Stream

📋 copy color: '#BECDC7'

red 190 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #BECDC7

Tints of Jet Stream #BECDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 31.99%
G = 34.51%
B = 33.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BECDC7 (or 0xBECDC7) is known color: Jet Stream. HEX triplet: BE, CD and C7. RGB value is (190,205,199). Sum of RGB (Red+Green+Blue) = 190+205+199=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC7 is #413238. Grayscale: #C7C7C7. Windows color (decimal): -4272697 or 13094334. OLE color: 13094334.

HSL color Cylindrical-coordinate representation of color #BECDC7: hue angle of 156º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 199 -
CMYK 0.07 0 0.03 0.20
HSL 156º 0.13% 0.77% -
HSV(B) 156º 0.07% 0.8% -
XYZ 53.38 58.73 62.56 -
YUV 199.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 190 205 199 0.07 0 0.03 0.20 156 0.13 0.77
Hex BE CD C7 7 0 3 14 9C D 4D
Octal 276 315 307 7 0 3 24 234 15 115
Binary 10111110 11001101 11000111 111 0 11 10100 10011100 1101 1001101

Color Harmonies of #BECDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDC7

Black with #BECDC7

Text Example


Text Example

White with #BECDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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