Html Css Color HEX #B095CA Biloba Flower

📋 copy color: '#B095CA'

red 176 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #B095CA

Tints of Biloba Flower #B095CA

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

 GREEN value IS 149 (58.59% from 255) = 28.27%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 33.4%
G = 28.27%
B = 38.33%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B095CA (or 0xB095CA) is known color: Biloba Flower. HEX triplet: B0, 95 and CA. RGB value is (176,149,202). Sum of RGB (Red+Green+Blue) = 176+149+202=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B095CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095CA is #4F6A35. Grayscale: #A2A2A2. Windows color (decimal): -5204534 or 13276592. OLE color: 13276592.

HSL color Cylindrical-coordinate representation of color #B095CA: hue angle of 270.57º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B095CA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 149 202 -
CMYK 0.13 0.26 0 0.21
HSL 270.57º 0.33% 0.69% -
HSV(B) 270.57º 0.26% 0.79% -
XYZ 39.31 34.99 60.56 -
YUV 163.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 176 149 202 0.13 0.26 0 0.21 270.57 0.33 0.69
Hex B0 95 CA D 1A 0 15 10F 21 45
Octal 260 225 312 15 32 0 25 417 41 105
Binary 10110000 10010101 11001010 1101 11010 0 10101 100001111 100001 1000101

Color Harmonies of #B095CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095CA

Black with #B095CA

Text Example


Text Example

White with #B095CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095CA; }

 p { color: rgb(176,149,202); }

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

background-color css

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

 a { background-color: rgb(176,149,202); }

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

border-color css

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

 span { border-color: rgb(176,149,202); }

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