Html Css Color HEX #BED1F3 Periwinkle

📋 copy color: '#BED1F3'

red 190 ◦ green 209 ◦ blue 243

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

Shades of Periwinkle #BED1F3

Tints of Periwinkle #BED1F3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.55%

 BLUE value IS 243 (95.31% from 255) = 37.85%

R = 29.6%
G = 32.55%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED1F3 (or 0xBED1F3) is known color: Periwinkle. HEX triplet: BE, D1 and F3. RGB value is (190,209,243). Sum of RGB (Red+Green+Blue) = 190+209+243=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #BED1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1F3 is #412E0C. Grayscale: #CFCFCF. Windows color (decimal): -4271629 or 15978942. OLE color: 15978942.

HSL color Cylindrical-coordinate representation of color #BED1F3: hue angle of 218.49º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED1F3 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 209 243 -
CMYK 0.22 0.14 0 0.05
HSL 218.49º 0.69% 0.85% -
HSV(B) 218.49º 0.22% 0.95% -
XYZ 60.21 63.02 93.78 -
YUV 207.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 190 209 243 0.22 0.14 0 0.05 218.49 0.69 0.85
Hex BE D1 F3 16 E 0 5 DA 45 55
Octal 276 321 363 26 16 0 5 332 105 125
Binary 10111110 11010001 11110011 10110 1110 0 101 11011010 1000101 1010101

Color Harmonies of #BED1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1F3

Black with #BED1F3

Text Example


Text Example

White with #BED1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1F3; }

 p { color: rgb(190,209,243); }

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

background-color css

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

 a { background-color: rgb(190,209,243); }

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

border-color css

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

 span { border-color: rgb(190,209,243); }

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