Html Css Color HEX #BDD3F9 Periwinkle

📋 copy color: '#BDD3F9'

red 189 ◦ green 211 ◦ blue 249

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

Shades of Periwinkle #BDD3F9

Tints of Periwinkle #BDD3F9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.51%

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 29.12%
G = 32.51%
B = 38.37%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD3F9 (or 0xBDD3F9) is known color: Periwinkle. HEX triplet: BD, D3 and F9. RGB value is (189,211,249). Sum of RGB (Red+Green+Blue) = 189+211+249=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3F9 is #422C06. Grayscale: #D0D0D0. Windows color (decimal): -4336647 or 16372669. OLE color: 16372669.

HSL color Cylindrical-coordinate representation of color #BDD3F9: hue angle of 218º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD3F9 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 211 249 -
CMYK 0.24 0.15 0 0.02
HSL 218º 0.83% 0.86% -
HSV(B) 218º 0.24% 0.98% -
XYZ 61.38 64.25 98.79 -
YUV 208.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 189 211 249 0.24 0.15 0 0.02 218 0.83 0.86
Hex BD D3 F9 18 F 0 2 DA 53 56
Octal 275 323 371 30 17 0 2 332 123 126
Binary 10111101 11010011 11111001 11000 1111 0 10 11011010 1010011 1010110

Color Harmonies of #BDD3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3F9

Black with #BDD3F9

Text Example


Text Example

White with #BDD3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3F9; }

 p { color: rgb(189,211,249); }

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

background-color css

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

 a { background-color: rgb(189,211,249); }

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

border-color css

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

 span { border-color: rgb(189,211,249); }

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