Html Css Color HEX #B698CB Biloba Flower

📋 copy color: '#B698CB'

red 182 ◦ green 152 ◦ blue 203

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

Shades of Biloba Flower #B698CB

Tints of Biloba Flower #B698CB

RGB

 RED value IS 182 (71.48% from 255) = 33.89%

 GREEN value IS 152 (59.77% from 255) = 28.31%

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

R = 33.89%
G = 28.31%
B = 37.8%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B698CB (or 0xB698CB) is known color: Biloba Flower. HEX triplet: B6, 98 and CB. RGB value is (182,152,203). Sum of RGB (Red+Green+Blue) = 182+152+203=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B698CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698CB is #496734. Grayscale: #A6A6A6. Windows color (decimal): -4810549 or 13342902. OLE color: 13342902.

HSL color Cylindrical-coordinate representation of color #B698CB: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B698CB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 152 203 -
CMYK 0.10 0.25 0 0.20
HSL 275.29º 0.33% 0.7% -
HSV(B) 275.29º 0.25% 0.8% -
XYZ 41.3 36.71 61.41 -
YUV 166.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 182 152 203 0.10 0.25 0 0.20 275.29 0.33 0.7
Hex B6 98 CB A 19 0 14 113 21 46
Octal 266 230 313 12 31 0 24 423 41 106
Binary 10110110 10011000 11001011 1010 11001 0 10100 100010011 100001 1000110

Color Harmonies of #B698CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698CB

Black with #B698CB

Text Example


Text Example

White with #B698CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698CB; }

 p { color: rgb(182,152,203); }

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

background-color css

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

 a { background-color: rgb(182,152,203); }

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

border-color css

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

 span { border-color: rgb(182,152,203); }

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