Html Css Color HEX #BFD3FF Periwinkle

📋 copy color: '#BFD3FF'

red 191 ◦ green 211 ◦ blue 255

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

Shades of Periwinkle #BFD3FF

Tints of Periwinkle #BFD3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.81%

R = 29.07%
G = 32.12%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFD3FF (or 0xBFD3FF) is known color: Periwinkle. HEX triplet: BF, D3 and FF. RGB value is (191,211,255). Sum of RGB (Red+Green+Blue) = 191+211+255=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3FF is #402C00. Grayscale: #D1D1D1. Windows color (decimal): -4205569 or 16765887. OLE color: 16765887.

HSL color Cylindrical-coordinate representation of color #BFD3FF: hue angle of 221.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD3FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 211 255 -
CMYK 0.25 0.17 0 0
HSL 221.25º 1% 0.87% -
HSV(B) 221.25º 0.25% 1% -
XYZ 62.83 64.88 103.82 -
YUV 210.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 191 211 255 0.25 0.17 0 0 221.25 1 0.87
Hex BF D3 FF 19 11 0 0 DD 64 57
Octal 277 323 377 31 21 0 0 335 144 127
Binary 10111111 11010011 11111111 11001 10001 0 0 11011101 1100100 1010111

Color Harmonies of #BFD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3FF

Black with #BFD3FF

Text Example


Text Example

White with #BFD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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