Html Css Color HEX #BEC8C2 Nebula

📋 copy color: '#BEC8C2'

red 190 ◦ green 200 ◦ blue 194

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

Shades of Nebula #BEC8C2

Tints of Nebula #BEC8C2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.25%

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 32.53%
G = 34.25%
B = 33.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#BEC8C2 (or 0xBEC8C2) is known color: Nebula. HEX triplet: BE, C8 and C2. RGB value is (190,200,194). Sum of RGB (Red+Green+Blue) = 190+200+194=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8C2 is #41373D. Grayscale: #C4C4C4. Windows color (decimal): -4273982 or 12765374. OLE color: 12765374.

HSL color Cylindrical-coordinate representation of color #BEC8C2: hue angle of 144º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC8C2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 194 -
CMYK 0.05 0 0.03 0.22
HSL 144º 0.08% 0.76% -
HSV(B) 144º 0.05% 0.78% -
XYZ 51.63 56.15 59.16 -
YUV 196.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 190 200 194 0.05 0 0.03 0.22 144 0.08 0.76
Hex BE C8 C2 5 0 3 16 90 8 4C
Octal 276 310 302 5 0 3 26 220 10 114
Binary 10111110 11001000 11000010 101 0 11 10110 10010000 1000 1001100

Color Harmonies of #BEC8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8C2

Black with #BEC8C2

Text Example


Text Example

White with #BEC8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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