Html Css Color HEX #BFD3F1 Periwinkle

📋 copy color: '#BFD3F1'

red 191 ◦ green 211 ◦ blue 241

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

Shades of Periwinkle #BFD3F1

Tints of Periwinkle #BFD3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.48%

R = 29.7%
G = 32.81%
B = 37.48%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD3F1 (or 0xBFD3F1) is known color: Periwinkle. HEX triplet: BF, D3 and F1. RGB value is (191,211,241). Sum of RGB (Red+Green+Blue) = 191+211+241=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3F1 is #402C0E. Grayscale: #D0D0D0. Windows color (decimal): -4205583 or 15848383. OLE color: 15848383.

HSL color Cylindrical-coordinate representation of color #BFD3F1: hue angle of 216º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD3F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 211 241 -
CMYK 0.21 0.12 0 0.05
HSL 216º 0.64% 0.85% -
HSV(B) 216º 0.21% 0.95% -
XYZ 60.66 64.02 92.38 -
YUV 208.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 191 211 241 0.21 0.12 0 0.05 216 0.64 0.85
Hex BF D3 F1 15 C 0 5 D8 40 55
Octal 277 323 361 25 14 0 5 330 100 125
Binary 10111111 11010011 11110001 10101 1100 0 101 11011000 1000000 1010101

Color Harmonies of #BFD3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3F1

Black with #BFD3F1

Text Example


Text Example

White with #BFD3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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