Html Css Color HEX #BECAC7 Jet Stream

📋 copy color: '#BECAC7'

red 190 ◦ green 202 ◦ blue 199

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

Shades of Jet Stream #BECAC7

Tints of Jet Stream #BECAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.18%

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

R = 32.15%
G = 34.18%
B = 33.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#BECAC7 (or 0xBECAC7) is known color: Jet Stream. HEX triplet: BE, CA and C7. RGB value is (190,202,199). Sum of RGB (Red+Green+Blue) = 190+202+199=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC7 is #413538. Grayscale: #C6C6C6. Windows color (decimal): -4273465 or 13093566. OLE color: 13093566.

HSL color Cylindrical-coordinate representation of color #BECAC7: hue angle of 165º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC7 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 199 -
CMYK 0.06 0 0.01 0.21
HSL 165º 0.1% 0.77% -
HSV(B) 165º 0.06% 0.79% -
XYZ 52.66 57.31 62.32 -
YUV 198.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 190 202 199 0.06 0 0.01 0.21 165 0.1 0.77
Hex BE CA C7 6 0 1 15 A5 A 4D
Octal 276 312 307 6 0 1 25 245 12 115
Binary 10111110 11001010 11000111 110 0 1 10101 10100101 1010 1001101

Color Harmonies of #BECAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAC7

Black with #BECAC7

Text Example


Text Example

White with #BECAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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