Html Css Color HEX #BECCC7 Jet Stream

📋 copy color: '#BECCC7'

red 190 ◦ green 204 ◦ blue 199

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

Shades of Jet Stream #BECCC7

Tints of Jet Stream #BECCC7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

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

R = 32.04%
G = 34.4%
B = 33.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#BECCC7 (or 0xBECCC7) is known color: Jet Stream. HEX triplet: BE, CC and C7. RGB value is (190,204,199). Sum of RGB (Red+Green+Blue) = 190+204+199=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC7 is #413338. Grayscale: #C7C7C7. Windows color (decimal): -4272953 or 13094078. OLE color: 13094078.

HSL color Cylindrical-coordinate representation of color #BECCC7: hue angle of 158.57º degrees, saturation: 0.12, 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 #BECCC7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 199 -
CMYK 0.07 0 0.02 0.2
HSL 158.57º 0.12% 0.77% -
HSV(B) 158.57º 0.07% 0.8% -
XYZ 53.14 58.26 62.48 -
YUV 199.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 190 204 199 0.07 0 0.02 0.2 158.57 0.12 0.77
Hex BE CC C7 7 0 2 14 9F C 4D
Octal 276 314 307 7 0 2 24 237 14 115
Binary 10111110 11001100 11000111 111 0 10 10100 10011111 1100 1001101

Color Harmonies of #BECCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC7

Black with #BECCC7

Text Example


Text Example

White with #BECCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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