Html Css Color HEX #BECCC9 Jet Stream

📋 copy color: '#BECCC9'

red 190 ◦ green 204 ◦ blue 201

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

Shades of Jet Stream #BECCC9

Tints of Jet Stream #BECCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.78%

R = 31.93%
G = 34.29%
B = 33.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#BECCC9 (or 0xBECCC9) is known color: Jet Stream. HEX triplet: BE, CC and C9. RGB value is (190,204,201). Sum of RGB (Red+Green+Blue) = 190+204+201=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC9 is #413336. Grayscale: #C7C7C7. Windows color (decimal): -4272951 or 13225150. OLE color: 13225150.

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

Color convert

RGB 190 204 201 -
CMYK 0.07 0 0.01 0.2
HSL 167.14º 0.12% 0.77% -
HSV(B) 167.14º 0.07% 0.8% -
XYZ 53.37 58.35 63.71 -
YUV 199.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 190 204 201 0.07 0 0.01 0.2 167.14 0.12 0.77
Hex BE CC C9 7 0 1 14 A7 C 4D
Octal 276 314 311 7 0 1 24 247 14 115
Binary 10111110 11001100 11001001 111 0 1 10100 10100111 1100 1001101

Color Harmonies of #BECCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC9

Black with #BECCC9

Text Example


Text Example

White with #BECCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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