Html Css Color HEX #BFCCFE Lavender Blue

📋 copy color: '#BFCCFE'

red 191 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #BFCCFE

Tints of Lavender Blue #BFCCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.43%

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

R = 29.43%
G = 31.43%
B = 39.14%

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

#BFCCFE (or 0xBFCCFE) is known color: Lavender Blue. HEX triplet: BF, CC and FE. RGB value is (191,204,254). Sum of RGB (Red+Green+Blue) = 191+204+254=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFE is #403301. Grayscale: #CDCDCD. Windows color (decimal): -4207362 or 16698559. OLE color: 16698559.

HSL color Cylindrical-coordinate representation of color #BFCCFE: hue angle of 227.62º 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 #BFCCFE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 204 254 -
CMYK 0.25 0.20 0 0.00
HSL 227.62º 0.97% 0.87% -
HSV(B) 227.62º 0.25% 1% -
XYZ 60.97 61.42 102.41 -
YUV 205.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 191 204 254 0.25 0.20 0 0.00 227.62 0.97 0.87
Hex BF CC FE 19 14 0 0 E4 61 57
Octal 277 314 376 31 24 0 0 344 141 127
Binary 10111111 11001100 11111110 11001 10100 0 0 11100100 1100001 1010111

Color Harmonies of #BFCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCFE

Black with #BFCCFE

Text Example


Text Example

White with #BFCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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