Html Css Color HEX #BECAC6 Jet Stream

📋 copy color: '#BECAC6'

red 190 ◦ green 202 ◦ blue 198

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

Shades of Jet Stream #BECAC6

Tints of Jet Stream #BECAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 32.2%
G = 34.24%
B = 33.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#BECAC6 (or 0xBECAC6) is known color: Jet Stream. HEX triplet: BE, CA and C6. RGB value is (190,202,198). Sum of RGB (Red+Green+Blue) = 190+202+198=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC6 is #413539. Grayscale: #C5C5C5. Windows color (decimal): -4273466 or 13028030. OLE color: 13028030.

HSL color Cylindrical-coordinate representation of color #BECAC6: hue angle of 160º 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 #BECAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 198 -
CMYK 0.06 0 0.02 0.21
HSL 160º 0.1% 0.77% -
HSV(B) 160º 0.06% 0.79% -
XYZ 52.55 57.27 61.71 -
YUV 197.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 190 202 198 0.06 0 0.02 0.21 160 0.1 0.77
Hex BE CA C6 6 0 2 15 A0 A 4D
Octal 276 312 306 6 0 2 25 240 12 115
Binary 10111110 11001010 11000110 110 0 10 10101 10100000 1010 1001101

Color Harmonies of #BECAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAC6

Black with #BECAC6

Text Example


Text Example

White with #BECAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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