Html Css Color HEX #BECCC2 Nebula

📋 copy color: '#BECCC2'

red 190 ◦ green 204 ◦ blue 194

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

Shades of Nebula #BECCC2

Tints of Nebula #BECCC2

RGB

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

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

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

R = 32.31%
G = 34.69%
B = 32.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#BECCC2 (or 0xBECCC2) is known color: Nebula. HEX triplet: BE, CC and C2. RGB value is (190,204,194). Sum of RGB (Red+Green+Blue) = 190+204+194=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCC2 is #41333D. Grayscale: #C6C6C6. Windows color (decimal): -4272958 or 12766398. OLE color: 12766398.

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

Color convert

RGB 190 204 194 -
CMYK 0.07 0 0.05 0.2
HSL 137.14º 0.12% 0.77% -
HSV(B) 137.14º 0.07% 0.8% -
XYZ 52.57 58.03 59.47 -
YUV 198.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 190 204 194 0.07 0 0.05 0.2 137.14 0.12 0.77
Hex BE CC C2 7 0 5 14 89 C 4D
Octal 276 314 302 7 0 5 24 211 14 115
Binary 10111110 11001100 11000010 111 0 101 10100 10001001 1100 1001101

Color Harmonies of #BECCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCC2

Black with #BECCC2

Text Example


Text Example

White with #BECCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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