Html Css Color HEX #B090CE Biloba Flower

📋 copy color: '#B090CE'

red 176 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #B090CE

Tints of Biloba Flower #B090CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.38%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 33.46%
G = 27.38%
B = 39.16%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B090CE (or 0xB090CE) is known color: Biloba Flower. HEX triplet: B0, 90 and CE. RGB value is (176,144,206). Sum of RGB (Red+Green+Blue) = 176+144+206=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #B090CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090CE is #4F6F31. Grayscale: #A0A0A0. Windows color (decimal): -5205810 or 13537456. OLE color: 13537456.

HSL color Cylindrical-coordinate representation of color #B090CE: hue angle of 270.97º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B090CE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 144 206 -
CMYK 0.15 0.30 0 0.19
HSL 270.97º 0.39% 0.69% -
HSV(B) 270.97º 0.3% 0.81% -
XYZ 39.02 33.63 62.83 -
YUV 160.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 176 144 206 0.15 0.30 0 0.19 270.97 0.39 0.69
Hex B0 90 CE F 1E 0 13 10F 27 45
Octal 260 220 316 17 36 0 23 417 47 105
Binary 10110000 10010000 11001110 1111 11110 0 10011 100001111 100111 1000101

Color Harmonies of #B090CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090CE

Black with #B090CE

Text Example


Text Example

White with #B090CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090CE; }

 p { color: rgb(176,144,206); }

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

background-color css

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

 a { background-color: rgb(176,144,206); }

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

border-color css

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

 span { border-color: rgb(176,144,206); }

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