Html Css Color HEX #BED5FC Periwinkle

📋 copy color: '#BED5FC'

red 190 ◦ green 213 ◦ blue 252

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

Shades of Periwinkle #BED5FC

Tints of Periwinkle #BED5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

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

R = 29.01%
G = 32.52%
B = 38.47%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BED5FC (or 0xBED5FC) is known color: Periwinkle. HEX triplet: BE, D5 and FC. RGB value is (190,213,252). Sum of RGB (Red+Green+Blue) = 190+213+252=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FC is #412A03. Grayscale: #D2D2D2. Windows color (decimal): -4270596 or 16569790. OLE color: 16569790.

HSL color Cylindrical-coordinate representation of color #BED5FC: hue angle of 217.74º 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 #BED5FC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 213 252 -
CMYK 0.25 0.15 0 0.01
HSL 217.74º 0.91% 0.87% -
HSV(B) 217.74º 0.25% 0.99% -
XYZ 62.6 65.56 101.45 -
YUV 210.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 190 213 252 0.25 0.15 0 0.01 217.74 0.91 0.87
Hex BE D5 FC 19 F 0 1 DA 5B 57
Octal 276 325 374 31 17 0 1 332 133 127
Binary 10111110 11010101 11111100 11001 1111 0 1 11011010 1011011 1010111

Color Harmonies of #BED5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5FC

Black with #BED5FC

Text Example


Text Example

White with #BED5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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