Html Css Color HEX #BED4F9 Periwinkle

📋 copy color: '#BED4F9'

red 190 ◦ green 212 ◦ blue 249

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

Shades of Periwinkle #BED4F9

Tints of Periwinkle #BED4F9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.57%

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 29.19%
G = 32.57%
B = 38.25%

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

#BED4F9 (or 0xBED4F9) is known color: Periwinkle. HEX triplet: BE, D4 and F9. RGB value is (190,212,249). Sum of RGB (Red+Green+Blue) = 190+212+249=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F9 is #412B06. Grayscale: #D1D1D1. Windows color (decimal): -4270855 or 16372926. OLE color: 16372926.

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

Color convert

RGB 190 212 249 -
CMYK 0.24 0.15 0 0.02
HSL 217.63º 0.83% 0.86% -
HSV(B) 217.63º 0.24% 0.98% -
XYZ 61.88 64.87 98.88 -
YUV 209.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 190 212 249 0.24 0.15 0 0.02 217.63 0.83 0.86
Hex BE D4 F9 18 F 0 2 DA 53 56
Octal 276 324 371 30 17 0 2 332 123 126
Binary 10111110 11010100 11111001 11000 1111 0 10 11011010 1010011 1010110

Color Harmonies of #BED4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4F9

Black with #BED4F9

Text Example


Text Example

White with #BED4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4F9; }

 p { color: rgb(190,212,249); }

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

background-color css

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

 a { background-color: rgb(190,212,249); }

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

border-color css

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

 span { border-color: rgb(190,212,249); }

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