Html Css Color HEX #BECCC4 Nebula

📋 copy color: '#BECCC4'

red 190 ◦ green 204 ◦ blue 196

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

Shades of Nebula #BECCC4

Tints of Nebula #BECCC4

RGB

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

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

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

R = 32.2%
G = 34.58%
B = 33.22%

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

#BECCC4 (or 0xBECCC4) is known color: Nebula. HEX triplet: BE, CC and C4. RGB value is (190,204,196). Sum of RGB (Red+Green+Blue) = 190+204+196=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC4 is #41333B. Grayscale: #C6C6C6. Windows color (decimal): -4272956 or 12897470. OLE color: 12897470.

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

Color convert

RGB 190 204 196 -
CMYK 0.07 0 0.04 0.2
HSL 145.71º 0.12% 0.77% -
HSV(B) 145.71º 0.07% 0.8% -
XYZ 52.79 58.12 60.66 -
YUV 198.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 190 204 196 0.07 0 0.04 0.2 145.71 0.12 0.77
Hex BE CC C4 7 0 4 14 92 C 4D
Octal 276 314 304 7 0 4 24 222 14 115
Binary 10111110 11001100 11000100 111 0 100 10100 10010010 1100 1001101

Color Harmonies of #BECCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC4

Black with #BECCC4

Text Example


Text Example

White with #BECCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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