Html Css Color HEX #BFD1FE Periwinkle

📋 copy color: '#BFD1FE'

red 191 ◦ green 209 ◦ blue 254

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

Shades of Periwinkle #BFD1FE

Tints of Periwinkle #BFD1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.96%

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

R = 29.2%
G = 31.96%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFD1FE (or 0xBFD1FE) is known color: Periwinkle. HEX triplet: BF, D1 and FE. RGB value is (191,209,254). Sum of RGB (Red+Green+Blue) = 191+209+254=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1FE is #402E01. Grayscale: #D0D0D0. Windows color (decimal): -4206082 or 16699839. OLE color: 16699839.

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

Color convert

RGB 191 209 254 -
CMYK 0.25 0.18 0 0.00
HSL 222.86º 0.97% 0.87% -
HSV(B) 222.86º 0.25% 1% -
XYZ 62.18 63.83 102.81 -
YUV 208.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 191 209 254 0.25 0.18 0 0.00 222.86 0.97 0.87
Hex BF D1 FE 19 12 0 0 DF 61 57
Octal 277 321 376 31 22 0 0 337 141 127
Binary 10111111 11010001 11111110 11001 10010 0 0 11011111 1100001 1010111

Color Harmonies of #BFD1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1FE

Black with #BFD1FE

Text Example


Text Example

White with #BFD1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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