Html Css Color HEX #BFD5FE Periwinkle

📋 copy color: '#BFD5FE'

red 191 ◦ green 213 ◦ blue 254

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

Shades of Periwinkle #BFD5FE

Tints of Periwinkle #BFD5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 29.03%
G = 32.37%
B = 38.6%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFD5FE (or 0xBFD5FE) is known color: Periwinkle. HEX triplet: BF, D5 and FE. RGB value is (191,213,254). Sum of RGB (Red+Green+Blue) = 191+213+254=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5FE is #402A01. Grayscale: #D2D2D2. Windows color (decimal): -4205058 or 16700863. OLE color: 16700863.

HSL color Cylindrical-coordinate representation of color #BFD5FE: hue angle of 219.05º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD5FE is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 213 254 -
CMYK 0.25 0.16 0 0.00
HSL 219.05º 0.97% 0.87% -
HSV(B) 219.05º 0.25% 1% -
XYZ 63.17 65.82 103.14 -
YUV 211.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 191 213 254 0.25 0.16 0 0.00 219.05 0.97 0.87
Hex BF D5 FE 19 10 0 0 DB 61 57
Octal 277 325 376 31 20 0 0 333 141 127
Binary 10111111 11010101 11111110 11001 10000 0 0 11011011 1100001 1010111

Color Harmonies of #BFD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5FE

Black with #BFD5FE

Text Example


Text Example

White with #BFD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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