Html Css Color HEX #B69CCD Biloba Flower

📋 copy color: '#B69CCD'

red 182 ◦ green 156 ◦ blue 205

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

Shades of Biloba Flower #B69CCD

Tints of Biloba Flower #B69CCD

RGB

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

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

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

R = 33.52%
G = 28.73%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B69CCD (or 0xB69CCD) is known color: Biloba Flower. HEX triplet: B6, 9C and CD. RGB value is (182,156,205). Sum of RGB (Red+Green+Blue) = 182+156+205=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CCD is #496332. Grayscale: #A9A9A9. Windows color (decimal): -4809523 or 13474998. OLE color: 13474998.

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

Color convert

RGB 182 156 205 -
CMYK 0.11 0.24 0 0.20
HSL 271.84º 0.33% 0.71% -
HSV(B) 271.84º 0.24% 0.8% -
XYZ 42.2 38.13 62.89 -
YUV 169.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 182 156 205 0.11 0.24 0 0.20 271.84 0.33 0.71
Hex B6 9C CD B 18 0 14 110 21 47
Octal 266 234 315 13 30 0 24 420 41 107
Binary 10110110 10011100 11001101 1011 11000 0 10100 100010000 100001 1000111

Color Harmonies of #B69CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CCD

Black with #B69CCD

Text Example


Text Example

White with #B69CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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