Html Css Color HEX #B09CEE Biloba Flower

📋 copy color: '#B09CEE'

red 176 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #B09CEE

Tints of Biloba Flower #B09CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.37%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 30.88%
G = 27.37%
B = 41.75%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09CEE (or 0xB09CEE) is known color: Biloba Flower. HEX triplet: B0, 9C and EE. RGB value is (176,156,238). Sum of RGB (Red+Green+Blue) = 176+156+238=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B09CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CEE is #4F6311. Grayscale: #ABABAB. Windows color (decimal): -5202706 or 15637680. OLE color: 15637680.

HSL color Cylindrical-coordinate representation of color #B09CEE: hue angle of 254.63º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09CEE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 156 238 -
CMYK 0.26 0.34 0 0.07
HSL 254.63º 0.71% 0.77% -
HSV(B) 254.63º 0.34% 0.93% -
XYZ 45.23 39.18 86.07 -
YUV 171.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 176 156 238 0.26 0.34 0 0.07 254.63 0.71 0.77
Hex B0 9C EE 1A 22 0 7 FF 47 4D
Octal 260 234 356 32 42 0 7 377 107 115
Binary 10110000 10011100 11101110 11010 100010 0 111 11111111 1000111 1001101

Color Harmonies of #B09CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CEE

Black with #B09CEE

Text Example


Text Example

White with #B09CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CEE; }

 p { color: rgb(176,156,238); }

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

background-color css

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

 a { background-color: rgb(176,156,238); }

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

border-color css

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

 span { border-color: rgb(176,156,238); }

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