Html Css Color HEX #BFC5F5 Lavender Blue

📋 copy color: '#BFC5F5'

red 191 ◦ green 197 ◦ blue 245

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

Shades of Lavender Blue #BFC5F5

Tints of Lavender Blue #BFC5F5

RGB

 RED value IS 191 (75% from 255) = 30.17%

 GREEN value IS 197 (77.34% from 255) = 31.12%

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 30.17%
G = 31.12%
B = 38.7%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFC5F5 (or 0xBFC5F5) is known color: Lavender Blue. HEX triplet: BF, C5 and F5. RGB value is (191,197,245). Sum of RGB (Red+Green+Blue) = 191+197+245=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F5 is #403A0A. Grayscale: #C8C8C8. Windows color (decimal): -4209163 or 16106943. OLE color: 16106943.

HSL color Cylindrical-coordinate representation of color #BFC5F5: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC5F5 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 197 245 -
CMYK 0.22 0.20 0 0.04
HSL 233.33º 0.73% 0.85% -
HSV(B) 233.33º 0.22% 0.96% -
XYZ 57.93 57.6 94.45 -
YUV 200.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 191 197 245 0.22 0.20 0 0.04 233.33 0.73 0.85
Hex BF C5 F5 16 14 0 4 E9 49 55
Octal 277 305 365 26 24 0 4 351 111 125
Binary 10111111 11000101 11110101 10110 10100 0 100 11101001 1001001 1010101

Color Harmonies of #BFC5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5F5

Black with #BFC5F5

Text Example


Text Example

White with #BFC5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5F5; }

 p { color: rgb(191,197,245); }

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

background-color css

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

 a { background-color: rgb(191,197,245); }

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

border-color css

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

 span { border-color: rgb(191,197,245); }

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