Html Css Color HEX #BED2FF Periwinkle

📋 copy color: '#BED2FF'

red 190 ◦ green 210 ◦ blue 255

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

Shades of Periwinkle #BED2FF

Tints of Periwinkle #BED2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 29.01%
G = 32.06%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED2FF (or 0xBED2FF) is known color: Periwinkle. HEX triplet: BE, D2 and FF. RGB value is (190,210,255). Sum of RGB (Red+Green+Blue) = 190+210+255=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FF is #412D00. Grayscale: #D0D0D0. Windows color (decimal): -4271361 or 16765630. OLE color: 16765630.

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

Color convert

RGB 190 210 255 -
CMYK 0.25 0.18 0 0
HSL 221.54º 1% 0.87% -
HSV(B) 221.54º 0.25% 1% -
XYZ 62.33 64.26 103.73 -
YUV 209.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 190 210 255 0.25 0.18 0 0 221.54 1 0.87
Hex BE D2 FF 19 12 0 0 DE 64 57
Octal 276 322 377 31 22 0 0 336 144 127
Binary 10111110 11010010 11111111 11001 10010 0 0 11011110 1100100 1010111

Color Harmonies of #BED2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2FF

Black with #BED2FF

Text Example


Text Example

White with #BED2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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