Html Css Color HEX #BFD2FD Periwinkle

📋 copy color: '#BFD2FD'

red 191 ◦ green 210 ◦ blue 253

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

Shades of Periwinkle #BFD2FD

Tints of Periwinkle #BFD2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 29.2%
G = 32.11%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFD2FD (or 0xBFD2FD) is known color: Periwinkle. HEX triplet: BF, D2 and FD. RGB value is (191,210,253). Sum of RGB (Red+Green+Blue) = 191+210+253=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FD is #402D02. Grayscale: #D1D1D1. Windows color (decimal): -4205827 or 16634559. OLE color: 16634559.

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

Color convert

RGB 191 210 253 -
CMYK 0.25 0.17 0 0.01
HSL 221.61º 0.94% 0.87% -
HSV(B) 221.61º 0.25% 0.99% -
XYZ 62.26 64.26 102.05 -
YUV 209.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 191 210 253 0.25 0.17 0 0.01 221.61 0.94 0.87
Hex BF D2 FD 19 11 0 1 DE 5E 57
Octal 277 322 375 31 21 0 1 336 136 127
Binary 10111111 11010010 11111101 11001 10001 0 1 11011110 1011110 1010111

Color Harmonies of #BFD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2FD

Black with #BFD2FD

Text Example


Text Example

White with #BFD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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