Html Css Color HEX #B692EC Biloba Flower

📋 copy color: '#B692EC'

red 182 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #B692EC

Tints of Biloba Flower #B692EC

RGB

 RED value IS 182 (71.48% from 255) = 32.27%

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 32.27%
G = 25.89%
B = 41.84%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B692EC (or 0xB692EC) is known color: Biloba Flower. HEX triplet: B6, 92 and EC. RGB value is (182,146,236). Sum of RGB (Red+Green+Blue) = 182+146+236=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #B692EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692EC is #496D13. Grayscale: #A6A6A6. Windows color (decimal): -4812052 or 15504054. OLE color: 15504054.

HSL color Cylindrical-coordinate representation of color #B692EC: hue angle of 264º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B692EC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 146 236 -
CMYK 0.23 0.38 0 0.07
HSL 264º 0.7% 0.75% -
HSV(B) 264º 0.38% 0.93% -
XYZ 44.71 36.56 84.06 -
YUV 167.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 182 146 236 0.23 0.38 0 0.07 264 0.7 0.75
Hex B6 92 EC 17 26 0 7 108 46 4B
Octal 266 222 354 27 46 0 7 410 106 113
Binary 10110110 10010010 11101100 10111 100110 0 111 100001000 1000110 1001011

Color Harmonies of #B692EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B692EC

Black with #B692EC

Text Example


Text Example

White with #B692EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B692EC; }

 p { color: rgb(182,146,236); }

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

background-color css

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

 a { background-color: rgb(182,146,236); }

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

border-color css

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

 span { border-color: rgb(182,146,236); }

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