Html Css Color HEX #BED2F0 Periwinkle

📋 copy color: '#BED2F0'

red 190 ◦ green 210 ◦ blue 240

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

Shades of Periwinkle #BED2F0

Tints of Periwinkle #BED2F0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.81%

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 29.69%
G = 32.81%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED2F0 (or 0xBED2F0) is known color: Periwinkle. HEX triplet: BE, D2 and F0. RGB value is (190,210,240). Sum of RGB (Red+Green+Blue) = 190+210+240=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F0 is #412D0F. Grayscale: #CFCFCF. Windows color (decimal): -4271376 or 15782590. OLE color: 15782590.

HSL color Cylindrical-coordinate representation of color #BED2F0: hue angle of 216º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED2F0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 210 240 -
CMYK 0.21 0.12 0 0.06
HSL 216º 0.63% 0.84% -
HSV(B) 216º 0.21% 0.94% -
XYZ 60.01 63.33 91.5 -
YUV 207.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 190 210 240 0.21 0.12 0 0.06 216 0.63 0.84
Hex BE D2 F0 15 C 0 6 D8 3E 54
Octal 276 322 360 25 14 0 6 330 76 124
Binary 10111110 11010010 11110000 10101 1100 0 110 11011000 111110 1010100

Color Harmonies of #BED2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2F0

Black with #BED2F0

Text Example


Text Example

White with #BED2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2F0; }

 p { color: rgb(190,210,240); }

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

background-color css

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

 a { background-color: rgb(190,210,240); }

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

border-color css

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

 span { border-color: rgb(190,210,240); }

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