Html Css Color HEX #BED0FE Periwinkle

📋 copy color: '#BED0FE'

red 190 ◦ green 208 ◦ blue 254

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

Shades of Periwinkle #BED0FE

Tints of Periwinkle #BED0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.9%

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 29.14%
G = 31.9%
B = 38.96%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BED0FE (or 0xBED0FE) is known color: Periwinkle. HEX triplet: BE, D0 and FE. RGB value is (190,208,254). Sum of RGB (Red+Green+Blue) = 190+208+254=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FE is #412F01. Grayscale: #CFCFCF. Windows color (decimal): -4271874 or 16699582. OLE color: 16699582.

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

Color convert

RGB 190 208 254 -
CMYK 0.25 0.18 0 0.00
HSL 223.13º 0.97% 0.87% -
HSV(B) 223.13º 0.25% 1% -
XYZ 61.68 63.21 102.72 -
YUV 207.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 190 208 254 0.25 0.18 0 0.00 223.13 0.97 0.87
Hex BE D0 FE 19 12 0 0 DF 61 57
Octal 276 320 376 31 22 0 0 337 141 127
Binary 10111110 11010000 11111110 11001 10010 0 0 11011111 1100001 1010111

Color Harmonies of #BED0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0FE

Black with #BED0FE

Text Example


Text Example

White with #BED0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0FE; }

 p { color: rgb(190,208,254); }

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

background-color css

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

 a { background-color: rgb(190,208,254); }

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

border-color css

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

 span { border-color: rgb(190,208,254); }

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