Html Css Color HEX #BFCAFE Lavender Blue

📋 copy color: '#BFCAFE'

red 191 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #BFCAFE

Tints of Lavender Blue #BFCAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.22%

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 29.52%
G = 31.22%
B = 39.26%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFCAFE (or 0xBFCAFE) is known color: Lavender Blue. HEX triplet: BF, CA and FE. RGB value is (191,202,254). Sum of RGB (Red+Green+Blue) = 191+202+254=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAFE is #403501. Grayscale: #CCCCCC. Windows color (decimal): -4207874 or 16698047. OLE color: 16698047.

HSL color Cylindrical-coordinate representation of color #BFCAFE: hue angle of 229.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCAFE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 202 254 -
CMYK 0.25 0.20 0 0.00
HSL 229.52º 0.97% 0.87% -
HSV(B) 229.52º 0.25% 1% -
XYZ 60.5 60.47 102.25 -
YUV 204.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 191 202 254 0.25 0.20 0 0.00 229.52 0.97 0.87
Hex BF CA FE 19 14 0 0 E6 61 57
Octal 277 312 376 31 24 0 0 346 141 127
Binary 10111111 11001010 11111110 11001 10100 0 0 11100110 1100001 1010111

Color Harmonies of #BFCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCAFE

Black with #BFCAFE

Text Example


Text Example

White with #BFCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCAFE; }

 p { color: rgb(191,202,254); }

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

background-color css

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

 a { background-color: rgb(191,202,254); }

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

border-color css

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

 span { border-color: rgb(191,202,254); }

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