Html Css Color HEX #B69ECB Biloba Flower

📋 copy color: '#B69ECB'

red 182 ◦ green 158 ◦ blue 203

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

Shades of Biloba Flower #B69ECB

Tints of Biloba Flower #B69ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 33.52%
G = 29.1%
B = 37.38%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B69ECB (or 0xB69ECB) is known color: Biloba Flower. HEX triplet: B6, 9E and CB. RGB value is (182,158,203). Sum of RGB (Red+Green+Blue) = 182+158+203=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #B69ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECB is #496134. Grayscale: #AAAAAA. Windows color (decimal): -4809013 or 13344438. OLE color: 13344438.

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

Color convert

RGB 182 158 203 -
CMYK 0.10 0.22 0 0.20
HSL 272º 0.3% 0.71% -
HSV(B) 272º 0.22% 0.8% -
XYZ 42.3 38.71 61.74 -
YUV 170.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 182 158 203 0.10 0.22 0 0.20 272 0.3 0.71
Hex B6 9E CB A 16 0 14 110 1E 47
Octal 266 236 313 12 26 0 24 420 36 107
Binary 10110110 10011110 11001011 1010 10110 0 10100 100010000 11110 1000111

Color Harmonies of #B69ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ECB

Black with #B69ECB

Text Example


Text Example

White with #B69ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ECB; }

 p { color: rgb(182,158,203); }

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

background-color css

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

 a { background-color: rgb(182,158,203); }

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

border-color css

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

 span { border-color: rgb(182,158,203); }

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