Html Css Color HEX #BED2FB Periwinkle

📋 copy color: '#BED2FB'

red 190 ◦ green 210 ◦ blue 251

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

Shades of Periwinkle #BED2FB

Tints of Periwinkle #BED2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 29.19%
G = 32.26%
B = 38.56%

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

#BED2FB (or 0xBED2FB) is known color: Periwinkle. HEX triplet: BE, D2 and FB. RGB value is (190,210,251). Sum of RGB (Red+Green+Blue) = 190+210+251=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FB is #412D04. Grayscale: #D0D0D0. Windows color (decimal): -4271365 or 16503486. OLE color: 16503486.

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

Color convert

RGB 190 210 251 -
CMYK 0.24 0.16 0 0.02
HSL 220.33º 0.88% 0.86% -
HSV(B) 220.33º 0.24% 0.98% -
XYZ 61.69 64.01 100.37 -
YUV 208.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 190 210 251 0.24 0.16 0 0.02 220.33 0.88 0.86
Hex BE D2 FB 18 10 0 2 DC 58 56
Octal 276 322 373 30 20 0 2 334 130 126
Binary 10111110 11010010 11111011 11000 10000 0 10 11011100 1011000 1010110

Color Harmonies of #BED2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2FB

Black with #BED2FB

Text Example


Text Example

White with #BED2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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