Html Css Color HEX #BECCC6 Jet Stream

📋 copy color: '#BECCC6'

red 190 ◦ green 204 ◦ blue 198

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

Shades of Jet Stream #BECCC6

Tints of Jet Stream #BECCC6

RGB

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

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

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

R = 32.09%
G = 34.46%
B = 33.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#BECCC6 (or 0xBECCC6) is known color: Jet Stream. HEX triplet: BE, CC and C6. RGB value is (190,204,198). Sum of RGB (Red+Green+Blue) = 190+204+198=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC6 is #413339. Grayscale: #C7C7C7. Windows color (decimal): -4272954 or 13028542. OLE color: 13028542.

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

Color convert

RGB 190 204 198 -
CMYK 0.07 0 0.03 0.2
HSL 154.29º 0.12% 0.77% -
HSV(B) 154.29º 0.07% 0.8% -
XYZ 53.02 58.21 61.87 -
YUV 199.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 190 204 198 0.07 0 0.03 0.2 154.29 0.12 0.77
Hex BE CC C6 7 0 3 14 9A C 4D
Octal 276 314 306 7 0 3 24 232 14 115
Binary 10111110 11001100 11000110 111 0 11 10100 10011010 1100 1001101

Color Harmonies of #BECCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC6

Black with #BECCC6

Text Example


Text Example

White with #BECCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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