Html Css Color HEX #BFD1F3 Periwinkle

📋 copy color: '#BFD1F3'

red 191 ◦ green 209 ◦ blue 243

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

Shades of Periwinkle #BFD1F3

Tints of Periwinkle #BFD1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.79%

R = 29.7%
G = 32.5%
B = 37.79%

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

#BFD1F3 (or 0xBFD1F3) is known color: Periwinkle. HEX triplet: BF, D1 and F3. RGB value is (191,209,243). Sum of RGB (Red+Green+Blue) = 191+209+243=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1F3 is #402E0C. Grayscale: #CFCFCF. Windows color (decimal): -4206093 or 15978943. OLE color: 15978943.

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

Color convert

RGB 191 209 243 -
CMYK 0.21 0.14 0 0.05
HSL 219.23º 0.68% 0.85% -
HSV(B) 219.23º 0.21% 0.95% -
XYZ 60.46 63.15 93.8 -
YUV 207.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 191 209 243 0.21 0.14 0 0.05 219.23 0.68 0.85
Hex BF D1 F3 15 E 0 5 DB 44 55
Octal 277 321 363 25 16 0 5 333 104 125
Binary 10111111 11010001 11110011 10101 1110 0 101 11011011 1000100 1010101

Color Harmonies of #BFD1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1F3

Black with #BFD1F3

Text Example


Text Example

White with #BFD1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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