Html Css Color HEX #BFD3FE Periwinkle

📋 copy color: '#BFD3FE'

red 191 ◦ green 211 ◦ blue 254

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

Shades of Periwinkle #BFD3FE

Tints of Periwinkle #BFD3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.16%

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

R = 29.12%
G = 32.16%
B = 38.72%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFD3FE (or 0xBFD3FE) is known color: Periwinkle. HEX triplet: BF, D3 and FE. RGB value is (191,211,254). Sum of RGB (Red+Green+Blue) = 191+211+254=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3FE is #402C01. Grayscale: #D1D1D1. Windows color (decimal): -4205570 or 16700351. OLE color: 16700351.

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

Color convert

RGB 191 211 254 -
CMYK 0.25 0.17 0 0.00
HSL 220.95º 0.97% 0.87% -
HSV(B) 220.95º 0.25% 1% -
XYZ 62.67 64.82 102.97 -
YUV 209.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 191 211 254 0.25 0.17 0 0.00 220.95 0.97 0.87
Hex BF D3 FE 19 11 0 0 DD 61 57
Octal 277 323 376 31 21 0 0 335 141 127
Binary 10111111 11010011 11111110 11001 10001 0 0 11011101 1100001 1010111

Color Harmonies of #BFD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3FE

Black with #BFD3FE

Text Example


Text Example

White with #BFD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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