Html Css Color HEX #BFD4FC Periwinkle

📋 copy color: '#BFD4FC'

red 191 ◦ green 212 ◦ blue 252

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

Shades of Periwinkle #BFD4FC

Tints of Periwinkle #BFD4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 29.16%
G = 32.37%
B = 38.47%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFD4FC (or 0xBFD4FC) is known color: Periwinkle. HEX triplet: BF, D4 and FC. RGB value is (191,212,252). Sum of RGB (Red+Green+Blue) = 191+212+252=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FC is #402B03. Grayscale: #D2D2D2. Windows color (decimal): -4205316 or 16569535. OLE color: 16569535.

HSL color Cylindrical-coordinate representation of color #BFD4FC: hue angle of 219.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD4FC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 212 252 -
CMYK 0.24 0.16 0 0.01
HSL 219.34º 0.91% 0.87% -
HSV(B) 219.34º 0.24% 0.99% -
XYZ 62.6 65.19 101.38 -
YUV 210.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 191 212 252 0.24 0.16 0 0.01 219.34 0.91 0.87
Hex BF D4 FC 18 10 0 1 DB 5B 57
Octal 277 324 374 30 20 0 1 333 133 127
Binary 10111111 11010100 11111100 11000 10000 0 1 11011011 1011011 1010111

Color Harmonies of #BFD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4FC

Black with #BFD4FC

Text Example


Text Example

White with #BFD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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