Html Css Color HEX #BFD3F5 Periwinkle

📋 copy color: '#BFD3F5'

red 191 ◦ green 211 ◦ blue 245

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

Shades of Periwinkle #BFD3F5

Tints of Periwinkle #BFD3F5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

 BLUE value IS 245 (96.09% from 255) = 37.87%

R = 29.52%
G = 32.61%
B = 37.87%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFD3F5 (or 0xBFD3F5) is known color: Periwinkle. HEX triplet: BF, D3 and F5. RGB value is (191,211,245). Sum of RGB (Red+Green+Blue) = 191+211+245=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFD3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3F5 is #402C0A. Grayscale: #D0D0D0. Windows color (decimal): -4205579 or 16110527. OLE color: 16110527.

HSL color Cylindrical-coordinate representation of color #BFD3F5: hue angle of 217.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD3F5 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 211 245 -
CMYK 0.22 0.14 0 0.04
HSL 217.78º 0.73% 0.85% -
HSV(B) 217.78º 0.22% 0.96% -
XYZ 61.26 64.26 95.56 -
YUV 208.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 191 211 245 0.22 0.14 0 0.04 217.78 0.73 0.85
Hex BF D3 F5 16 E 0 4 DA 49 55
Octal 277 323 365 26 16 0 4 332 111 125
Binary 10111111 11010011 11110101 10110 1110 0 100 11011010 1001001 1010101

Color Harmonies of #BFD3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3F5

Black with #BFD3F5

Text Example


Text Example

White with #BFD3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3F5; }

 p { color: rgb(191,211,245); }

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

background-color css

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

 a { background-color: rgb(191,211,245); }

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

border-color css

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

 span { border-color: rgb(191,211,245); }

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