Html Css Color HEX #BFD2FA Periwinkle

📋 copy color: '#BFD2FA'

red 191 ◦ green 210 ◦ blue 250

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

Shades of Periwinkle #BFD2FA

Tints of Periwinkle #BFD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.26%

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

R = 29.34%
G = 32.26%
B = 38.4%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFD2FA (or 0xBFD2FA) is known color: Periwinkle. HEX triplet: BF, D2 and FA. RGB value is (191,210,250). Sum of RGB (Red+Green+Blue) = 191+210+250=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FA is #402D05. Grayscale: #D0D0D0. Windows color (decimal): -4205830 or 16437951. OLE color: 16437951.

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

Color convert

RGB 191 210 250 -
CMYK 0.24 0.16 0 0.02
HSL 220.68º 0.86% 0.86% -
HSV(B) 220.68º 0.24% 0.98% -
XYZ 61.79 64.07 99.55 -
YUV 208.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 191 210 250 0.24 0.16 0 0.02 220.68 0.86 0.86
Hex BF D2 FA 18 10 0 2 DD 56 56
Octal 277 322 372 30 20 0 2 335 126 126
Binary 10111111 11010010 11111010 11000 10000 0 10 11011101 1010110 1010110

Color Harmonies of #BFD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2FA

Black with #BFD2FA

Text Example


Text Example

White with #BFD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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