Html Css Color HEX #BED3FC Periwinkle

📋 copy color: '#BED3FC'

red 190 ◦ green 211 ◦ blue 252

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

Shades of Periwinkle #BED3FC

Tints of Periwinkle #BED3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.31%

 BLUE value IS 252 (98.83% from 255) = 38.59%

R = 29.1%
G = 32.31%
B = 38.59%

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

#BED3FC (or 0xBED3FC) is known color: Periwinkle. HEX triplet: BE, D3 and FC. RGB value is (190,211,252). Sum of RGB (Red+Green+Blue) = 190+211+252=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FC is #412C03. Grayscale: #D1D1D1. Windows color (decimal): -4271108 or 16569278. OLE color: 16569278.

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

Color convert

RGB 190 211 252 -
CMYK 0.25 0.16 0 0.01
HSL 219.68º 0.91% 0.87% -
HSV(B) 219.68º 0.25% 0.99% -
XYZ 62.1 64.56 101.28 -
YUV 209.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 190 211 252 0.25 0.16 0 0.01 219.68 0.91 0.87
Hex BE D3 FC 19 10 0 1 DC 5B 57
Octal 276 323 374 31 20 0 1 334 133 127
Binary 10111110 11010011 11111100 11001 10000 0 1 11011100 1011011 1010111

Color Harmonies of #BED3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3FC

Black with #BED3FC

Text Example


Text Example

White with #BED3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3FC; }

 p { color: rgb(190,211,252); }

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

background-color css

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

 a { background-color: rgb(190,211,252); }

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

border-color css

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

 span { border-color: rgb(190,211,252); }

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