Html Css Color HEX #BED4FF Periwinkle

📋 copy color: '#BED4FF'

red 190 ◦ green 212 ◦ blue 255

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

Shades of Periwinkle #BED4FF

Tints of Periwinkle #BED4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.81%

R = 28.92%
G = 32.27%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED4FF (or 0xBED4FF) is known color: Periwinkle. HEX triplet: BE, D4 and FF. RGB value is (190,212,255). Sum of RGB (Red+Green+Blue) = 190+212+255=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FF is #412B00. Grayscale: #D2D2D2. Windows color (decimal): -4270849 or 16766142. OLE color: 16766142.

HSL color Cylindrical-coordinate representation of color #BED4FF: hue angle of 219.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED4FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 212 255 -
CMYK 0.25 0.17 0 0
HSL 219.69º 1% 0.87% -
HSV(B) 219.69º 0.25% 1% -
XYZ 62.83 65.25 103.89 -
YUV 210.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 190 212 255 0.25 0.17 0 0 219.69 1 0.87
Hex BE D4 FF 19 11 0 0 DC 64 57
Octal 276 324 377 31 21 0 0 334 144 127
Binary 10111110 11010100 11111111 11001 10001 0 0 11011100 1100100 1010111

Color Harmonies of #BED4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4FF

Black with #BED4FF

Text Example


Text Example

White with #BED4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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