Html Css Color HEX #BFCEFE Lavender Blue

📋 copy color: '#BFCEFE'

red 191 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #BFCEFE

Tints of Lavender Blue #BFCEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.64%

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

R = 29.34%
G = 31.64%
B = 39.02%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFCEFE (or 0xBFCEFE) is known color: Lavender Blue. HEX triplet: BF, CE and FE. RGB value is (191,206,254). Sum of RGB (Red+Green+Blue) = 191+206+254=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEFE is #403101. Grayscale: #CECECE. Windows color (decimal): -4206850 or 16699071. OLE color: 16699071.

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

Color convert

RGB 191 206 254 -
CMYK 0.25 0.19 0 0.00
HSL 225.71º 0.97% 0.87% -
HSV(B) 225.71º 0.25% 1% -
XYZ 61.45 62.37 102.57 -
YUV 206.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 191 206 254 0.25 0.19 0 0.00 225.71 0.97 0.87
Hex BF CE FE 19 13 0 0 E2 61 57
Octal 277 316 376 31 23 0 0 342 141 127
Binary 10111111 11001110 11111110 11001 10011 0 0 11100010 1100001 1010111

Color Harmonies of #BFCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEFE

Black with #BFCEFE

Text Example


Text Example

White with #BFCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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