Html Css Color HEX #BDD1FD Periwinkle

📋 copy color: '#BDD1FD'

red 189 ◦ green 209 ◦ blue 253

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

Shades of Periwinkle #BDD1FD

Tints of Periwinkle #BDD1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 29.03%
G = 32.1%
B = 38.86%

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

#BDD1FD (or 0xBDD1FD) is known color: Periwinkle. HEX triplet: BD, D1 and FD. RGB value is (189,209,253). Sum of RGB (Red+Green+Blue) = 189+209+253=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1FD is #422E02. Grayscale: #CFCFCF. Windows color (decimal): -4337155 or 16634301. OLE color: 16634301.

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

Color convert

RGB 189 209 253 -
CMYK 0.25 0.17 0 0.01
HSL 221.25º 0.94% 0.87% -
HSV(B) 221.25º 0.25% 0.99% -
XYZ 61.52 63.51 101.95 -
YUV 208.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 189 209 253 0.25 0.17 0 0.01 221.25 0.94 0.87
Hex BD D1 FD 19 11 0 1 DD 5E 57
Octal 275 321 375 31 21 0 1 335 136 127
Binary 10111101 11010001 11111101 11001 10001 0 1 11011101 1011110 1010111

Color Harmonies of #BDD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1FD

Black with #BDD1FD

Text Example


Text Example

White with #BDD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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