Html Css Color HEX #BED2FD Periwinkle

📋 copy color: '#BED2FD'

red 190 ◦ green 210 ◦ blue 253

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

Shades of Periwinkle #BED2FD

Tints of Periwinkle #BED2FD

RGB

 RED value IS 190 (74.61% from 255) = 29.1%

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

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

R = 29.1%
G = 32.16%
B = 38.74%

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

#BED2FD (or 0xBED2FD) is known color: Periwinkle. HEX triplet: BE, D2 and FD. RGB value is (190,210,253). Sum of RGB (Red+Green+Blue) = 190+210+253=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FD is #412D02. Grayscale: #D0D0D0. Windows color (decimal): -4271363 or 16634558. OLE color: 16634558.

HSL color Cylindrical-coordinate representation of color #BED2FD: hue angle of 220.95º 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 #BED2FD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 210 253 -
CMYK 0.25 0.17 0 0.01
HSL 220.95º 0.94% 0.87% -
HSV(B) 220.95º 0.25% 0.99% -
XYZ 62.01 64.13 102.04 -
YUV 208.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 190 210 253 0.25 0.17 0 0.01 220.95 0.94 0.87
Hex BE D2 FD 19 11 0 1 DD 5E 57
Octal 276 322 375 31 21 0 1 335 136 127
Binary 10111110 11010010 11111101 11001 10001 0 1 11011101 1011110 1010111

Color Harmonies of #BED2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2FD

Black with #BED2FD

Text Example


Text Example

White with #BED2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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