Html Css Color HEX #B09CED Biloba Flower

📋 copy color: '#B09CED'

red 176 ◦ green 156 ◦ blue 237

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

Shades of Biloba Flower #B09CED

Tints of Biloba Flower #B09CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 30.93%
G = 27.42%
B = 41.65%

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

#B09CED (or 0xB09CED) is known color: Biloba Flower. HEX triplet: B0, 9C and ED. RGB value is (176,156,237). Sum of RGB (Red+Green+Blue) = 176+156+237=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CED is #4F6312. Grayscale: #AAAAAA. Windows color (decimal): -5202707 or 15572144. OLE color: 15572144.

HSL color Cylindrical-coordinate representation of color #B09CED: hue angle of 254.81º degrees, saturation: 0.69, 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 #B09CED is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 156 237 -
CMYK 0.26 0.34 0 0.07
HSL 254.81º 0.69% 0.77% -
HSV(B) 254.81º 0.34% 0.93% -
XYZ 45.08 39.12 85.3 -
YUV 171.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 176 156 237 0.26 0.34 0 0.07 254.81 0.69 0.77
Hex B0 9C ED 1A 22 0 7 FF 45 4D
Octal 260 234 355 32 42 0 7 377 105 115
Binary 10110000 10011100 11101101 11010 100010 0 111 11111111 1000101 1001101

Color Harmonies of #B09CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CED

Black with #B09CED

Text Example


Text Example

White with #B09CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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