Html Css Color HEX #BFD4FA Periwinkle

📋 copy color: '#BFD4FA'

red 191 ◦ green 212 ◦ blue 250

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

Shades of Periwinkle #BFD4FA

Tints of Periwinkle #BFD4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 29.25%
G = 32.47%
B = 38.28%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD4FA (or 0xBFD4FA) is known color: Periwinkle. HEX triplet: BF, D4 and FA. RGB value is (191,212,250). Sum of RGB (Red+Green+Blue) = 191+212+250=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FA is #402B05. Grayscale: #D1D1D1. Windows color (decimal): -4205318 or 16438463. OLE color: 16438463.

HSL color Cylindrical-coordinate representation of color #BFD4FA: hue angle of 218.64º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD4FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 212 250 -
CMYK 0.24 0.15 0 0.02
HSL 218.64º 0.86% 0.86% -
HSV(B) 218.64º 0.24% 0.98% -
XYZ 62.28 65.07 99.72 -
YUV 210.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 191 212 250 0.24 0.15 0 0.02 218.64 0.86 0.86
Hex BF D4 FA 18 F 0 2 DB 56 56
Octal 277 324 372 30 17 0 2 333 126 126
Binary 10111111 11010100 11111010 11000 1111 0 10 11011011 1010110 1010110

Color Harmonies of #BFD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4FA

Black with #BFD4FA

Text Example


Text Example

White with #BFD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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