Html Css Color HEX #BED4FB Periwinkle

📋 copy color: '#BED4FB'

red 190 ◦ green 212 ◦ blue 251

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

Shades of Periwinkle #BED4FB

Tints of Periwinkle #BED4FB

RGB

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

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

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

R = 29.1%
G = 32.47%
B = 38.44%

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

#BED4FB (or 0xBED4FB) is known color: Periwinkle. HEX triplet: BE, D4 and FB. RGB value is (190,212,251). Sum of RGB (Red+Green+Blue) = 190+212+251=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FB is #412B04. Grayscale: #D1D1D1. Windows color (decimal): -4270853 or 16503998. OLE color: 16503998.

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

Color convert

RGB 190 212 251 -
CMYK 0.24 0.16 0 0.02
HSL 218.36º 0.88% 0.86% -
HSV(B) 218.36º 0.24% 0.98% -
XYZ 62.19 65 100.54 -
YUV 209.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 190 212 251 0.24 0.16 0 0.02 218.36 0.88 0.86
Hex BE D4 FB 18 10 0 2 DA 58 56
Octal 276 324 373 30 20 0 2 332 130 126
Binary 10111110 11010100 11111011 11000 10000 0 10 11011010 1011000 1010110

Color Harmonies of #BED4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4FB

Black with #BED4FB

Text Example


Text Example

White with #BED4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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