Html Css Color HEX #B194CB Biloba Flower

📋 copy color: '#B194CB'

red 177 ◦ green 148 ◦ blue 203

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

Shades of Biloba Flower #B194CB

Tints of Biloba Flower #B194CB

RGB

 RED value IS 177 (69.53% from 255) = 33.52%

 GREEN value IS 148 (58.2% from 255) = 28.03%

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

R = 33.52%
G = 28.03%
B = 38.45%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B194CB (or 0xB194CB) is known color: Biloba Flower. HEX triplet: B1, 94 and CB. RGB value is (177,148,203). Sum of RGB (Red+Green+Blue) = 177+148+203=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B194CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194CB is #4E6B34. Grayscale: #A2A2A2. Windows color (decimal): -5139253 or 13341873. OLE color: 13341873.

HSL color Cylindrical-coordinate representation of color #B194CB: hue angle of 271.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B194CB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 148 203 -
CMYK 0.13 0.27 0 0.20
HSL 271.64º 0.35% 0.69% -
HSV(B) 271.64º 0.27% 0.8% -
XYZ 39.5 34.84 61.14 -
YUV 162.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 177 148 203 0.13 0.27 0 0.20 271.64 0.35 0.69
Hex B1 94 CB D 1B 0 14 110 23 45
Octal 261 224 313 15 33 0 24 420 43 105
Binary 10110001 10010100 11001011 1101 11011 0 10100 100010000 100011 1000101

Color Harmonies of #B194CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194CB

Black with #B194CB

Text Example


Text Example

White with #B194CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194CB; }

 p { color: rgb(177,148,203); }

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

background-color css

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

 a { background-color: rgb(177,148,203); }

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

border-color css

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

 span { border-color: rgb(177,148,203); }

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