Html Css Color HEX #BECDC8 Jet Stream

📋 copy color: '#BECDC8'

red 190 ◦ green 205 ◦ blue 200

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

Shades of Jet Stream #BECDC8

Tints of Jet Stream #BECDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 31.93%
G = 34.45%
B = 33.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#BECDC8 (or 0xBECDC8) is known color: Jet Stream. HEX triplet: BE, CD and C8. RGB value is (190,205,200). Sum of RGB (Red+Green+Blue) = 190+205+200=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC8 is #413237. Grayscale: #C7C7C7. Windows color (decimal): -4272696 or 13159870. OLE color: 13159870.

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

Color convert

RGB 190 205 200 -
CMYK 0.07 0 0.02 0.20
HSL 160º 0.13% 0.77% -
HSV(B) 160º 0.07% 0.8% -
XYZ 53.49 58.78 63.17 -
YUV 199.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 190 205 200 0.07 0 0.02 0.20 160 0.13 0.77
Hex BE CD C8 7 0 2 14 A0 D 4D
Octal 276 315 310 7 0 2 24 240 15 115
Binary 10111110 11001101 11001000 111 0 10 10100 10100000 1101 1001101

Color Harmonies of #BECDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDC8

Black with #BECDC8

Text Example


Text Example

White with #BECDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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