Html Css Color HEX #BECCC8 Jet Stream

📋 copy color: '#BECCC8'

red 190 ◦ green 204 ◦ blue 200

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

Shades of Jet Stream #BECCC8

Tints of Jet Stream #BECCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 31.99%
G = 34.34%
B = 33.67%

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

#BECCC8 (or 0xBECCC8) is known color: Jet Stream. HEX triplet: BE, CC and C8. RGB value is (190,204,200). Sum of RGB (Red+Green+Blue) = 190+204+200=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC8 is #413337. Grayscale: #C7C7C7. Windows color (decimal): -4272952 or 13159614. OLE color: 13159614.

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

Color convert

RGB 190 204 200 -
CMYK 0.07 0 0.02 0.2
HSL 162.86º 0.12% 0.77% -
HSV(B) 162.86º 0.07% 0.8% -
XYZ 53.25 58.3 63.09 -
YUV 199.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 190 204 200 0.07 0 0.02 0.2 162.86 0.12 0.77
Hex BE CC C8 7 0 2 14 A3 C 4D
Octal 276 314 310 7 0 2 24 243 14 115
Binary 10111110 11001100 11001000 111 0 10 10100 10100011 1100 1001101

Color Harmonies of #BECCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC8

Black with #BECCC8

Text Example


Text Example

White with #BECCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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