Html Css Color HEX #BECEC4 Nebula

📋 copy color: '#BECEC4'

red 190 ◦ green 206 ◦ blue 196

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

Shades of Nebula #BECEC4

Tints of Nebula #BECEC4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.8%

 BLUE value IS 196 (76.95% from 255) = 33.11%

R = 32.09%
G = 34.8%
B = 33.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#BECEC4 (or 0xBECEC4) is known color: Nebula. HEX triplet: BE, CE and C4. RGB value is (190,206,196). Sum of RGB (Red+Green+Blue) = 190+206+196=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC4 is #41313B. Grayscale: #C8C8C8. Windows color (decimal): -4272444 or 12897982. OLE color: 12897982.

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

Color convert

RGB 190 206 196 -
CMYK 0.08 0 0.05 0.19
HSL 142.5º 0.14% 0.78% -
HSV(B) 142.5º 0.08% 0.81% -
XYZ 53.27 59.08 60.82 -
YUV 200.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 190 206 196 0.08 0 0.05 0.19 142.5 0.14 0.78
Hex BE CE C4 8 0 5 13 8E E 4E
Octal 276 316 304 10 0 5 23 216 16 116
Binary 10111110 11001110 11000100 1000 0 101 10011 10001110 1110 1001110

Color Harmonies of #BECEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEC4

Black with #BECEC4

Text Example


Text Example

White with #BECEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEC4; }

 p { color: rgb(190,206,196); }

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

background-color css

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

 a { background-color: rgb(190,206,196); }

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

border-color css

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

 span { border-color: rgb(190,206,196); }

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