Html Css Color HEX #BECCC3 Nebula

📋 copy color: '#BECCC3'

red 190 ◦ green 204 ◦ blue 195

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

Shades of Nebula #BECCC3

Tints of Nebula #BECCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 32.26%
G = 34.63%
B = 33.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#BECCC3 (or 0xBECCC3) is known color: Nebula. HEX triplet: BE, CC and C3. RGB value is (190,204,195). Sum of RGB (Red+Green+Blue) = 190+204+195=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC3 is #41333C. Grayscale: #C6C6C6. Windows color (decimal): -4272957 or 12831934. OLE color: 12831934.

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

Color convert

RGB 190 204 195 -
CMYK 0.07 0 0.04 0.2
HSL 141.43º 0.12% 0.77% -
HSV(B) 141.43º 0.07% 0.8% -
XYZ 52.68 58.07 60.06 -
YUV 198.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 190 204 195 0.07 0 0.04 0.2 141.43 0.12 0.77
Hex BE CC C3 7 0 4 14 8D C 4D
Octal 276 314 303 7 0 4 24 215 14 115
Binary 10111110 11001100 11000011 111 0 100 10100 10001101 1100 1001101

Color Harmonies of #BECCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC3

Black with #BECCC3

Text Example


Text Example

White with #BECCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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