Html Css Color HEX #BFD3FB Periwinkle

📋 copy color: '#BFD3FB'

red 191 ◦ green 211 ◦ blue 251

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

Shades of Periwinkle #BFD3FB

Tints of Periwinkle #BFD3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 29.25%
G = 32.31%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD3FB (or 0xBFD3FB) is known color: Periwinkle. HEX triplet: BF, D3 and FB. RGB value is (191,211,251). Sum of RGB (Red+Green+Blue) = 191+211+251=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3FB is #402C04. Grayscale: #D1D1D1. Windows color (decimal): -4205573 or 16503743. OLE color: 16503743.

HSL color Cylindrical-coordinate representation of color #BFD3FB: hue angle of 220º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD3FB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 211 251 -
CMYK 0.24 0.16 0 0.02
HSL 220º 0.88% 0.87% -
HSV(B) 220º 0.24% 0.98% -
XYZ 62.19 64.63 100.46 -
YUV 209.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 191 211 251 0.24 0.16 0 0.02 220 0.88 0.87
Hex BF D3 FB 18 10 0 2 DC 58 57
Octal 277 323 373 30 20 0 2 334 130 127
Binary 10111111 11010011 11111011 11000 10000 0 10 11011100 1011000 1010111

Color Harmonies of #BFD3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3FB

Black with #BFD3FB

Text Example


Text Example

White with #BFD3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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