Html Css Color HEX #B69ACD Biloba Flower

📋 copy color: '#B69ACD'

red 182 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #B69ACD

Tints of Biloba Flower #B69ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 33.64%
G = 28.47%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B69ACD (or 0xB69ACD) is known color: Biloba Flower. HEX triplet: B6, 9A and CD. RGB value is (182,154,205). Sum of RGB (Red+Green+Blue) = 182+154+205=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACD is #496532. Grayscale: #A8A8A8. Windows color (decimal): -4810035 or 13474486. OLE color: 13474486.

HSL color Cylindrical-coordinate representation of color #B69ACD: hue angle of 272.94º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69ACD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 154 205 -
CMYK 0.11 0.25 0 0.20
HSL 272.94º 0.34% 0.7% -
HSV(B) 272.94º 0.25% 0.8% -
XYZ 41.87 37.46 62.78 -
YUV 168.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 182 154 205 0.11 0.25 0 0.20 272.94 0.34 0.7
Hex B6 9A CD B 19 0 14 111 22 46
Octal 266 232 315 13 31 0 24 421 42 106
Binary 10110110 10011010 11001101 1011 11001 0 10100 100010001 100010 1000110

Color Harmonies of #B69ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ACD

Black with #B69ACD

Text Example


Text Example

White with #B69ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ACD; }

 p { color: rgb(182,154,205); }

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

background-color css

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

 a { background-color: rgb(182,154,205); }

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

border-color css

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

 span { border-color: rgb(182,154,205); }

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