Html Css Color HEX #BED0F4 Periwinkle

📋 copy color: '#BED0F4'

red 190 ◦ green 208 ◦ blue 244

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

Shades of Periwinkle #BED0F4

Tints of Periwinkle #BED0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.01%

R = 29.6%
G = 32.4%
B = 38.01%

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

#BED0F4 (or 0xBED0F4) is known color: Periwinkle. HEX triplet: BE, D0 and F4. RGB value is (190,208,244). Sum of RGB (Red+Green+Blue) = 190+208+244=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #BED0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F4 is #412F0B. Grayscale: #CECECE. Windows color (decimal): -4271884 or 16044222. OLE color: 16044222.

HSL color Cylindrical-coordinate representation of color #BED0F4: hue angle of 220º degrees, saturation: 0.71, 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 #BED0F4 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 208 244 -
CMYK 0.22 0.15 0 0.04
HSL 220º 0.71% 0.85% -
HSV(B) 220º 0.22% 0.96% -
XYZ 60.12 62.59 94.5 -
YUV 206.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 190 208 244 0.22 0.15 0 0.04 220 0.71 0.85
Hex BE D0 F4 16 F 0 4 DC 47 55
Octal 276 320 364 26 17 0 4 334 107 125
Binary 10111110 11010000 11110100 10110 1111 0 100 11011100 1000111 1010101

Color Harmonies of #BED0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0F4

Black with #BED0F4

Text Example


Text Example

White with #BED0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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