Html Css Color HEX #BFD4F1 Periwinkle

📋 copy color: '#BFD4F1'

red 191 ◦ green 212 ◦ blue 241

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

Shades of Periwinkle #BFD4F1

Tints of Periwinkle #BFD4F1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.92%

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

R = 29.66%
G = 32.92%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFD4F1 (or 0xBFD4F1) is known color: Periwinkle. HEX triplet: BF, D4 and F1. RGB value is (191,212,241). Sum of RGB (Red+Green+Blue) = 191+212+241=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4F1 is #402B0E. Grayscale: #D0D0D0. Windows color (decimal): -4205327 or 15848639. OLE color: 15848639.

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

Color convert

RGB 191 212 241 -
CMYK 0.21 0.12 0 0.05
HSL 214.8º 0.64% 0.85% -
HSV(B) 214.8º 0.21% 0.95% -
XYZ 60.91 64.51 92.46 -
YUV 209.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 191 212 241 0.21 0.12 0 0.05 214.8 0.64 0.85
Hex BF D4 F1 15 C 0 5 D7 40 55
Octal 277 324 361 25 14 0 5 327 100 125
Binary 10111111 11010100 11110001 10101 1100 0 101 11010111 1000000 1010101

Color Harmonies of #BFD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4F1

Black with #BFD4F1

Text Example


Text Example

White with #BFD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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