Html Css Color HEX #B292CE Biloba Flower

📋 copy color: '#B292CE'

red 178 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #B292CE

Tints of Biloba Flower #B292CE

RGB

 RED value IS 178 (69.92% from 255) = 33.58%

 GREEN value IS 146 (57.42% from 255) = 27.55%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 33.58%
G = 27.55%
B = 38.87%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B292CE (or 0xB292CE) is known color: Biloba Flower. HEX triplet: B2, 92 and CE. RGB value is (178,146,206). Sum of RGB (Red+Green+Blue) = 178+146+206=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B292CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292CE is #4D6D31. Grayscale: #A2A2A2. Windows color (decimal): -5074226 or 13537970. OLE color: 13537970.

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

Color convert

RGB 178 146 206 -
CMYK 0.14 0.29 0 0.19
HSL 272º 0.38% 0.69% -
HSV(B) 272º 0.29% 0.81% -
XYZ 39.78 34.48 62.95 -
YUV 162.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 178 146 206 0.14 0.29 0 0.19 272 0.38 0.69
Hex B2 92 CE E 1D 0 13 110 26 45
Octal 262 222 316 16 35 0 23 420 46 105
Binary 10110010 10010010 11001110 1110 11101 0 10011 100010000 100110 1000101

Color Harmonies of #B292CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B292CE

Black with #B292CE

Text Example


Text Example

White with #B292CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B292CE; }

 p { color: rgb(178,146,206); }

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

background-color css

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

 a { background-color: rgb(178,146,206); }

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

border-color css

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

 span { border-color: rgb(178,146,206); }

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