Html Css Color HEX #BDD1F8 Periwinkle

📋 copy color: '#BDD1F8'

red 189 ◦ green 209 ◦ blue 248

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

Shades of Periwinkle #BDD1F8

Tints of Periwinkle #BDD1F8

RGB

 RED value IS 189 (74.22% from 255) = 29.26%

 GREEN value IS 209 (82.03% from 255) = 32.35%

 BLUE value IS 248 (97.27% from 255) = 38.39%

R = 29.26%
G = 32.35%
B = 38.39%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDD1F8 (or 0xBDD1F8) is known color: Periwinkle. HEX triplet: BD, D1 and F8. RGB value is (189,209,248). Sum of RGB (Red+Green+Blue) = 189+209+248=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDD1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F8 is #422E07. Grayscale: #CFCFCF. Windows color (decimal): -4337160 or 16306621. OLE color: 16306621.

HSL color Cylindrical-coordinate representation of color #BDD1F8: hue angle of 219.66º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD1F8 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 209 248 -
CMYK 0.24 0.16 0 0.03
HSL 219.66º 0.81% 0.86% -
HSV(B) 219.66º 0.24% 0.97% -
XYZ 60.73 63.2 97.8 -
YUV 207.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 189 209 248 0.24 0.16 0 0.03 219.66 0.81 0.86
Hex BD D1 F8 18 10 0 3 DC 51 56
Octal 275 321 370 30 20 0 3 334 121 126
Binary 10111101 11010001 11111000 11000 10000 0 11 11011100 1010001 1010110

Color Harmonies of #BDD1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1F8

Black with #BDD1F8

Text Example


Text Example

White with #BDD1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1F8; }

 p { color: rgb(189,209,248); }

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

background-color css

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

 a { background-color: rgb(189,209,248); }

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

border-color css

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

 span { border-color: rgb(189,209,248); }

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