Html Css Color HEX #BED6FB Periwinkle

📋 copy color: '#BED6FB'

red 190 ◦ green 214 ◦ blue 251

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

Shades of Periwinkle #BED6FB

Tints of Periwinkle #BED6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.67%

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

R = 29.01%
G = 32.67%
B = 38.32%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BED6FB (or 0xBED6FB) is known color: Periwinkle. HEX triplet: BE, D6 and FB. RGB value is (190,214,251). Sum of RGB (Red+Green+Blue) = 190+214+251=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FB is #412904. Grayscale: #D2D2D2. Windows color (decimal): -4270341 or 16504510. OLE color: 16504510.

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

Color convert

RGB 190 214 251 -
CMYK 0.24 0.15 0 0.02
HSL 216.39º 0.88% 0.86% -
HSV(B) 216.39º 0.24% 0.98% -
XYZ 62.69 66.01 100.7 -
YUV 211.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 190 214 251 0.24 0.15 0 0.02 216.39 0.88 0.86
Hex BE D6 FB 18 F 0 2 D8 58 56
Octal 276 326 373 30 17 0 2 330 130 126
Binary 10111110 11010110 11111011 11000 1111 0 10 11011000 1011000 1010110

Color Harmonies of #BED6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6FB

Black with #BED6FB

Text Example


Text Example

White with #BED6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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