Html Css Color HEX #BDD1EB Periwinkle

📋 copy color: '#BDD1EB'

red 189 ◦ green 209 ◦ blue 235

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

Shades of Periwinkle #BDD1EB

Tints of Periwinkle #BDD1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.12%

R = 29.86%
G = 33.02%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD1EB (or 0xBDD1EB) is known color: Periwinkle. HEX triplet: BD, D1 and EB. RGB value is (189,209,235). Sum of RGB (Red+Green+Blue) = 189+209+235=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EB is #422E14. Grayscale: #CDCDCD. Windows color (decimal): -4337173 or 15454653. OLE color: 15454653.

HSL color Cylindrical-coordinate representation of color #BDD1EB: hue angle of 213.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD1EB is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 209 235 -
CMYK 0.20 0.11 0 0.08
HSL 213.91º 0.53% 0.83% -
HSV(B) 213.91º 0.2% 0.92% -
XYZ 58.78 62.42 87.55 -
YUV 205.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 189 209 235 0.20 0.11 0 0.08 213.91 0.53 0.83
Hex BD D1 EB 14 B 0 8 D6 35 53
Octal 275 321 353 24 13 0 10 326 65 123
Binary 10111101 11010001 11101011 10100 1011 0 1000 11010110 110101 1010011

Color Harmonies of #BDD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1EB

Black with #BDD1EB

Text Example


Text Example

White with #BDD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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