Html Css Color HEX #BFD1FB Periwinkle

📋 copy color: '#BFD1FB'

red 191 ◦ green 209 ◦ blue 251

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

Shades of Periwinkle #BFD1FB

Tints of Periwinkle #BFD1FB

RGB

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

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

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

R = 29.34%
G = 32.1%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD1FB (or 0xBFD1FB) is known color: Periwinkle. HEX triplet: BF, D1 and FB. RGB value is (191,209,251). Sum of RGB (Red+Green+Blue) = 191+209+251=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1FB is #402E04. Grayscale: #D0D0D0. Windows color (decimal): -4206085 or 16503231. OLE color: 16503231.

HSL color Cylindrical-coordinate representation of color #BFD1FB: hue angle of 222º 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 #BFD1FB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 209 251 -
CMYK 0.24 0.17 0 0.02
HSL 222º 0.88% 0.87% -
HSV(B) 222º 0.24% 0.98% -
XYZ 61.7 63.64 100.3 -
YUV 208.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 191 209 251 0.24 0.17 0 0.02 222 0.88 0.87
Hex BF D1 FB 18 11 0 2 DE 58 57
Octal 277 321 373 30 21 0 2 336 130 127
Binary 10111111 11010001 11111011 11000 10001 0 10 11011110 1011000 1010111

Color Harmonies of #BFD1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1FB

Black with #BFD1FB

Text Example


Text Example

White with #BFD1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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