Html Css Color HEX #B698CF Biloba Flower

📋 copy color: '#B698CF'

red 182 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B698CF

Tints of Biloba Flower #B698CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 33.64%
G = 28.1%
B = 38.26%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B698CF (or 0xB698CF) is known color: Biloba Flower. HEX triplet: B6, 98 and CF. RGB value is (182,152,207). Sum of RGB (Red+Green+Blue) = 182+152+207=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B698CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698CF is #496730. Grayscale: #A7A7A7. Windows color (decimal): -4810545 or 13605046. OLE color: 13605046.

HSL color Cylindrical-coordinate representation of color #B698CF: hue angle of 272.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B698CF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 152 207 -
CMYK 0.12 0.27 0 0.19
HSL 272.73º 0.36% 0.7% -
HSV(B) 272.73º 0.27% 0.81% -
XYZ 41.78 36.91 63.95 -
YUV 167.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 182 152 207 0.12 0.27 0 0.19 272.73 0.36 0.7
Hex B6 98 CF C 1B 0 13 111 24 46
Octal 266 230 317 14 33 0 23 421 44 106
Binary 10110110 10011000 11001111 1100 11011 0 10011 100010001 100100 1000110

Color Harmonies of #B698CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698CF

Black with #B698CF

Text Example


Text Example

White with #B698CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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