Html Css Color HEX #BED2FC Periwinkle

📋 copy color: '#BED2FC'

red 190 ◦ green 210 ◦ blue 252

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

Shades of Periwinkle #BED2FC

Tints of Periwinkle #BED2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 29.14%
G = 32.21%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BED2FC (or 0xBED2FC) is known color: Periwinkle. HEX triplet: BE, D2 and FC. RGB value is (190,210,252). Sum of RGB (Red+Green+Blue) = 190+210+252=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FC is #412D03. Grayscale: #D0D0D0. Windows color (decimal): -4271364 or 16569022. OLE color: 16569022.

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

Color convert

RGB 190 210 252 -
CMYK 0.25 0.17 0 0.01
HSL 220.65º 0.91% 0.87% -
HSV(B) 220.65º 0.25% 0.99% -
XYZ 61.85 64.07 101.2 -
YUV 208.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 190 210 252 0.25 0.17 0 0.01 220.65 0.91 0.87
Hex BE D2 FC 19 11 0 1 DD 5B 57
Octal 276 322 374 31 21 0 1 335 133 127
Binary 10111110 11010010 11111100 11001 10001 0 1 11011101 1011011 1010111

Color Harmonies of #BED2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2FC

Black with #BED2FC

Text Example


Text Example

White with #BED2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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