Html Css Color HEX #BFD2F9 Periwinkle

📋 copy color: '#BFD2F9'

red 191 ◦ green 210 ◦ blue 249

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

Shades of Periwinkle #BFD2F9

Tints of Periwinkle #BFD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

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

R = 29.38%
G = 32.31%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD2F9 (or 0xBFD2F9) is known color: Periwinkle. HEX triplet: BF, D2 and F9. RGB value is (191,210,249). Sum of RGB (Red+Green+Blue) = 191+210+249=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F9 is #402D06. Grayscale: #D0D0D0. Windows color (decimal): -4205831 or 16372415. OLE color: 16372415.

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

Color convert

RGB 191 210 249 -
CMYK 0.23 0.16 0 0.02
HSL 220.34º 0.83% 0.86% -
HSV(B) 220.34º 0.23% 0.98% -
XYZ 61.63 64.01 98.73 -
YUV 208.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 191 210 249 0.23 0.16 0 0.02 220.34 0.83 0.86
Hex BF D2 F9 17 10 0 2 DC 53 56
Octal 277 322 371 27 20 0 2 334 123 126
Binary 10111111 11010010 11111001 10111 10000 0 10 11011100 1010011 1010110

Color Harmonies of #BFD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2F9

Black with #BFD2F9

Text Example


Text Example

White with #BFD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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