Html Css Color HEX #B69CEE Biloba Flower

📋 copy color: '#B69CEE'

red 182 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #B69CEE

Tints of Biloba Flower #B69CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 31.6%
G = 27.08%
B = 41.32%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B69CEE (or 0xB69CEE) is known color: Biloba Flower. HEX triplet: B6, 9C and EE. RGB value is (182,156,238). Sum of RGB (Red+Green+Blue) = 182+156+238=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B69CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CEE is #496311. Grayscale: #ACACAC. Windows color (decimal): -4809490 or 15637686. OLE color: 15637686.

HSL color Cylindrical-coordinate representation of color #B69CEE: hue angle of 259.02º degrees, saturation: 0.71, 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 #B69CEE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 156 238 -
CMYK 0.24 0.34 0 0.07
HSL 259.02º 0.71% 0.77% -
HSV(B) 259.02º 0.34% 0.93% -
XYZ 46.61 39.9 86.13 -
YUV 173.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 182 156 238 0.24 0.34 0 0.07 259.02 0.71 0.77
Hex B6 9C EE 18 22 0 7 103 47 4D
Octal 266 234 356 30 42 0 7 403 107 115
Binary 10110110 10011100 11101110 11000 100010 0 111 100000011 1000111 1001101

Color Harmonies of #B69CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CEE

Black with #B69CEE

Text Example


Text Example

White with #B69CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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