Html Css Color HEX #B69CEC Biloba Flower

📋 copy color: '#B69CEC'

red 182 ◦ green 156 ◦ blue 236

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

Shades of Biloba Flower #B69CEC

Tints of Biloba Flower #B69CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.18%

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

R = 31.71%
G = 27.18%
B = 41.11%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B69CEC (or 0xB69CEC) is known color: Biloba Flower. HEX triplet: B6, 9C and EC. RGB value is (182,156,236). Sum of RGB (Red+Green+Blue) = 182+156+236=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #B69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CEC is #496313. Grayscale: #ACACAC. Windows color (decimal): -4809492 or 15506614. OLE color: 15506614.

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

Color convert

RGB 182 156 236 -
CMYK 0.23 0.34 0 0.07
HSL 259.5º 0.68% 0.77% -
HSV(B) 259.5º 0.34% 0.93% -
XYZ 46.32 39.78 84.59 -
YUV 172.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 182 156 236 0.23 0.34 0 0.07 259.5 0.68 0.77
Hex B6 9C EC 17 22 0 7 104 44 4D
Octal 266 234 354 27 42 0 7 404 104 115
Binary 10110110 10011100 11101100 10111 100010 0 111 100000100 1000100 1001101

Color Harmonies of #B69CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CEC

Black with #B69CEC

Text Example


Text Example

White with #B69CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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