Html Css Color HEX #B799D4 Biloba Flower

📋 copy color: '#B799D4'

red 183 ◦ green 153 ◦ blue 212

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

Shades of Biloba Flower #B799D4

Tints of Biloba Flower #B799D4

RGB

 RED value IS 183 (71.88% from 255) = 33.39%

 GREEN value IS 153 (60.16% from 255) = 27.92%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 33.39%
G = 27.92%
B = 38.69%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B799D4 (or 0xB799D4) is known color: Biloba Flower. HEX triplet: B7, 99 and D4. RGB value is (183,153,212). Sum of RGB (Red+Green+Blue) = 183+153+212=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #B799D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D4 is #48662B. Grayscale: #A8A8A8. Windows color (decimal): -4744748 or 13932983. OLE color: 13932983.

HSL color Cylindrical-coordinate representation of color #B799D4: hue angle of 270.51º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B799D4 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 153 212 -
CMYK 0.14 0.28 0 0.17
HSL 270.51º 0.41% 0.72% -
HSV(B) 270.51º 0.28% 0.83% -
XYZ 42.8 37.6 67.29 -
YUV 168.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 183 153 212 0.14 0.28 0 0.17 270.51 0.41 0.72
Hex B7 99 D4 E 1C 0 11 10F 29 48
Octal 267 231 324 16 34 0 21 417 51 110
Binary 10110111 10011001 11010100 1110 11100 0 10001 100001111 101001 1001000

Color Harmonies of #B799D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B799D4

Black with #B799D4

Text Example


Text Example

White with #B799D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B799D4; }

 p { color: rgb(183,153,212); }

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

background-color css

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

 a { background-color: rgb(183,153,212); }

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

border-color css

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

 span { border-color: rgb(183,153,212); }

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