Html Css Color HEX #BED4FD Periwinkle

📋 copy color: '#BED4FD'

red 190 ◦ green 212 ◦ blue 253

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

Shades of Periwinkle #BED4FD

Tints of Periwinkle #BED4FD

RGB

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

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

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

R = 29.01%
G = 32.37%
B = 38.63%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BED4FD (or 0xBED4FD) is known color: Periwinkle. HEX triplet: BE, D4 and FD. RGB value is (190,212,253). Sum of RGB (Red+Green+Blue) = 190+212+253=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FD is #412B02. Grayscale: #D1D1D1. Windows color (decimal): -4270851 or 16635070. OLE color: 16635070.

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

Color convert

RGB 190 212 253 -
CMYK 0.25 0.16 0 0.01
HSL 219.05º 0.94% 0.87% -
HSV(B) 219.05º 0.25% 0.99% -
XYZ 62.51 65.13 102.2 -
YUV 210.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 190 212 253 0.25 0.16 0 0.01 219.05 0.94 0.87
Hex BE D4 FD 19 10 0 1 DB 5E 57
Octal 276 324 375 31 20 0 1 333 136 127
Binary 10111110 11010100 11111101 11001 10000 0 1 11011011 1011110 1010111

Color Harmonies of #BED4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4FD

Black with #BED4FD

Text Example


Text Example

White with #BED4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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