Html Css Color HEX #BFD2F1 Periwinkle

📋 copy color: '#BFD2F1'

red 191 ◦ green 210 ◦ blue 241

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

Shades of Periwinkle #BFD2F1

Tints of Periwinkle #BFD2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 29.75%
G = 32.71%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD2F1 (or 0xBFD2F1) is known color: Periwinkle. HEX triplet: BF, D2 and F1. RGB value is (191,210,241). Sum of RGB (Red+Green+Blue) = 191+210+241=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F1 is #402D0E. Grayscale: #CFCFCF. Windows color (decimal): -4205839 or 15848127. OLE color: 15848127.

HSL color Cylindrical-coordinate representation of color #BFD2F1: hue angle of 217.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD2F1 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 210 241 -
CMYK 0.21 0.13 0 0.05
HSL 217.2º 0.64% 0.85% -
HSV(B) 217.2º 0.21% 0.95% -
XYZ 60.41 63.52 92.3 -
YUV 207.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 191 210 241 0.21 0.13 0 0.05 217.2 0.64 0.85
Hex BF D2 F1 15 D 0 5 D9 40 55
Octal 277 322 361 25 15 0 5 331 100 125
Binary 10111111 11010010 11110001 10101 1101 0 101 11011001 1000000 1010101

Color Harmonies of #BFD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2F1

Black with #BFD2F1

Text Example


Text Example

White with #BFD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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