Html Css Color HEX #BFD5FA Periwinkle

📋 copy color: '#BFD5FA'

red 191 ◦ green 213 ◦ blue 250

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

Shades of Periwinkle #BFD5FA

Tints of Periwinkle #BFD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.57%

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

R = 29.2%
G = 32.57%
B = 38.23%

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

#BFD5FA (or 0xBFD5FA) is known color: Periwinkle. HEX triplet: BF, D5 and FA. RGB value is (191,213,250). Sum of RGB (Red+Green+Blue) = 191+213+250=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5FA is #402A05. Grayscale: #D2D2D2. Windows color (decimal): -4205062 or 16438719. OLE color: 16438719.

HSL color Cylindrical-coordinate representation of color #BFD5FA: hue angle of 217.63º 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 #BFD5FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 213 250 -
CMYK 0.24 0.15 0 0.02
HSL 217.63º 0.86% 0.86% -
HSV(B) 217.63º 0.24% 0.98% -
XYZ 62.54 65.57 99.8 -
YUV 210.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 191 213 250 0.24 0.15 0 0.02 217.63 0.86 0.86
Hex BF D5 FA 18 F 0 2 DA 56 56
Octal 277 325 372 30 17 0 2 332 126 126
Binary 10111111 11010101 11111010 11000 1111 0 10 11011010 1010110 1010110

Color Harmonies of #BFD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5FA

Black with #BFD5FA

Text Example


Text Example

White with #BFD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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