Html Css Color HEX #BED0F5 Periwinkle

📋 copy color: '#BED0F5'

red 190 ◦ green 208 ◦ blue 245

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

Shades of Periwinkle #BED0F5

Tints of Periwinkle #BED0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.1%

R = 29.55%
G = 32.35%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BED0F5 (or 0xBED0F5) is known color: Periwinkle. HEX triplet: BE, D0 and F5. RGB value is (190,208,245). Sum of RGB (Red+Green+Blue) = 190+208+245=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #BED0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F5 is #412F0A. Grayscale: #CECECE. Windows color (decimal): -4271883 or 16109758. OLE color: 16109758.

HSL color Cylindrical-coordinate representation of color #BED0F5: hue angle of 220.36º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED0F5 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 208 245 -
CMYK 0.22 0.15 0 0.04
HSL 220.36º 0.73% 0.85% -
HSV(B) 220.36º 0.22% 0.96% -
XYZ 60.27 62.65 95.3 -
YUV 206.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 190 208 245 0.22 0.15 0 0.04 220.36 0.73 0.85
Hex BE D0 F5 16 F 0 4 DC 49 55
Octal 276 320 365 26 17 0 4 334 111 125
Binary 10111110 11010000 11110101 10110 1111 0 100 11011100 1001001 1010101

Color Harmonies of #BED0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0F5

Black with #BED0F5

Text Example


Text Example

White with #BED0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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