Html Css Color HEX #B6A1CB Biloba Flower

📋 copy color: '#B6A1CB'

red 182 ◦ green 161 ◦ blue 203

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

Shades of Biloba Flower #B6A1CB

Tints of Biloba Flower #B6A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.49%

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

R = 33.33%
G = 29.49%
B = 37.18%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6A1CB (or 0xB6A1CB) is known color: Biloba Flower. HEX triplet: B6, A1 and CB. RGB value is (182,161,203). Sum of RGB (Red+Green+Blue) = 182+161+203=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1CB is #495E34. Grayscale: #ABABAB. Windows color (decimal): -4808245 or 13345206. OLE color: 13345206.

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

Color convert

RGB 182 161 203 -
CMYK 0.10 0.21 0 0.20
HSL 270º 0.29% 0.71% -
HSV(B) 270º 0.21% 0.8% -
XYZ 42.82 39.75 61.92 -
YUV 172.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 182 161 203 0.10 0.21 0 0.20 270 0.29 0.71
Hex B6 A1 CB A 15 0 14 10E 1D 47
Octal 266 241 313 12 25 0 24 416 35 107
Binary 10110110 10100001 11001011 1010 10101 0 10100 100001110 11101 1000111

Color Harmonies of #B6A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1CB

Black with #B6A1CB

Text Example


Text Example

White with #B6A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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