Html Css Color HEX #BFC0EE Lavender Blue

📋 copy color: '#BFC0EE'

red 191 ◦ green 192 ◦ blue 238

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

Shades of Lavender Blue #BFC0EE

Tints of Lavender Blue #BFC0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.92%

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 30.76%
G = 30.92%
B = 38.33%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFC0EE (or 0xBFC0EE) is known color: Lavender Blue. HEX triplet: BF, C0 and EE. RGB value is (191,192,238). Sum of RGB (Red+Green+Blue) = 191+192+238=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0EE is #403F11. Grayscale: #C4C4C4. Windows color (decimal): -4210450 or 15646911. OLE color: 15646911.

HSL color Cylindrical-coordinate representation of color #BFC0EE: hue angle of 238.72º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC0EE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 192 238 -
CMYK 0.20 0.19 0 0.07
HSL 238.72º 0.58% 0.84% -
HSV(B) 238.72º 0.2% 0.93% -
XYZ 55.77 54.95 88.56 -
YUV 196.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 191 192 238 0.20 0.19 0 0.07 238.72 0.58 0.84
Hex BF C0 EE 14 13 0 7 EF 3A 54
Octal 277 300 356 24 23 0 7 357 72 124
Binary 10111111 11000000 11101110 10100 10011 0 111 11101111 111010 1010100

Color Harmonies of #BFC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0EE

Black with #BFC0EE

Text Example


Text Example

White with #BFC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0EE; }

 p { color: rgb(191,192,238); }

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

background-color css

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

 a { background-color: rgb(191,192,238); }

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

border-color css

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

 span { border-color: rgb(191,192,238); }

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