Html Css Color HEX #BED2EA Periwinkle

📋 copy color: '#BED2EA'

red 190 ◦ green 210 ◦ blue 234

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

Shades of Periwinkle #BED2EA

Tints of Periwinkle #BED2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 29.97%
G = 33.12%
B = 36.91%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED2EA (or 0xBED2EA) is known color: Periwinkle. HEX triplet: BE, D2 and EA. RGB value is (190,210,234). Sum of RGB (Red+Green+Blue) = 190+210+234=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2EA is #412D15. Grayscale: #CECECE. Windows color (decimal): -4271382 or 15389374. OLE color: 15389374.

HSL color Cylindrical-coordinate representation of color #BED2EA: hue angle of 212.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED2EA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 210 234 -
CMYK 0.19 0.10 0 0.08
HSL 212.73º 0.51% 0.83% -
HSV(B) 212.73º 0.19% 0.92% -
XYZ 59.13 62.98 86.88 -
YUV 206.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 190 210 234 0.19 0.10 0 0.08 212.73 0.51 0.83
Hex BE D2 EA 13 A 0 8 D5 33 53
Octal 276 322 352 23 12 0 10 325 63 123
Binary 10111110 11010010 11101010 10011 1010 0 1000 11010101 110011 1010011

Color Harmonies of #BED2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2EA

Black with #BED2EA

Text Example


Text Example

White with #BED2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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