Html Css Color HEX #BFD1F2 Periwinkle

📋 copy color: '#BFD1F2'

red 191 ◦ green 209 ◦ blue 242

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

Shades of Periwinkle #BFD1F2

Tints of Periwinkle #BFD1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.69%

R = 29.75%
G = 32.55%
B = 37.69%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD1F2 (or 0xBFD1F2) is known color: Periwinkle. HEX triplet: BF, D1 and F2. RGB value is (191,209,242). Sum of RGB (Red+Green+Blue) = 191+209+242=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1F2 is #402E0D. Grayscale: #CFCFCF. Windows color (decimal): -4206094 or 15913407. OLE color: 15913407.

HSL color Cylindrical-coordinate representation of color #BFD1F2: hue angle of 218.82º degrees, saturation: 0.66, 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 #BFD1F2 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 209 242 -
CMYK 0.21 0.14 0 0.05
HSL 218.82º 0.66% 0.85% -
HSV(B) 218.82º 0.21% 0.95% -
XYZ 60.31 63.09 93 -
YUV 207.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 191 209 242 0.21 0.14 0 0.05 218.82 0.66 0.85
Hex BF D1 F2 15 E 0 5 DB 42 55
Octal 277 321 362 25 16 0 5 333 102 125
Binary 10111111 11010001 11110010 10101 1110 0 101 11011011 1000010 1010101

Color Harmonies of #BFD1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1F2

Black with #BFD1F2

Text Example


Text Example

White with #BFD1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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