Html Css Color HEX #BFD3F9 Periwinkle

📋 copy color: '#BFD3F9'

red 191 ◦ green 211 ◦ blue 249

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

Shades of Periwinkle #BFD3F9

Tints of Periwinkle #BFD3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 29.34%
G = 32.41%
B = 38.25%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD3F9 (or 0xBFD3F9) is known color: Periwinkle. HEX triplet: BF, D3 and F9. RGB value is (191,211,249). Sum of RGB (Red+Green+Blue) = 191+211+249=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFD3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3F9 is #402C06. Grayscale: #D1D1D1. Windows color (decimal): -4205575 or 16372671. OLE color: 16372671.

HSL color Cylindrical-coordinate representation of color #BFD3F9: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFD3F9 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 211 249 -
CMYK 0.23 0.15 0 0.02
HSL 219.31º 0.83% 0.86% -
HSV(B) 219.31º 0.23% 0.98% -
XYZ 61.88 64.5 98.81 -
YUV 209.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 191 211 249 0.23 0.15 0 0.02 219.31 0.83 0.86
Hex BF D3 F9 17 F 0 2 DB 53 56
Octal 277 323 371 27 17 0 2 333 123 126
Binary 10111111 11010011 11111001 10111 1111 0 10 11011011 1010011 1010110

Color Harmonies of #BFD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3F9

Black with #BFD3F9

Text Example


Text Example

White with #BFD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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