Html Css Color HEX #BDC9EB Periwinkle

📋 copy color: '#BDC9EB'

red 189 ◦ green 201 ◦ blue 235

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

Shades of Periwinkle #BDC9EB

Tints of Periwinkle #BDC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.16%

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

R = 30.24%
G = 32.16%
B = 37.6%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDC9EB (or 0xBDC9EB) is known color: Periwinkle. HEX triplet: BD, C9 and EB. RGB value is (189,201,235). Sum of RGB (Red+Green+Blue) = 189+201+235=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EB is #423614. Grayscale: #C9C9C9. Windows color (decimal): -4339221 or 15452605. OLE color: 15452605.

HSL color Cylindrical-coordinate representation of color #BDC9EB: hue angle of 224.35º 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 #BDC9EB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 201 235 -
CMYK 0.20 0.14 0 0.08
HSL 224.35º 0.53% 0.83% -
HSV(B) 224.35º 0.2% 0.92% -
XYZ 56.87 58.59 86.91 -
YUV 201.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 189 201 235 0.20 0.14 0 0.08 224.35 0.53 0.83
Hex BD C9 EB 14 E 0 8 E0 35 53
Octal 275 311 353 24 16 0 10 340 65 123
Binary 10111101 11001001 11101011 10100 1110 0 1000 11100000 110101 1010011

Color Harmonies of #BDC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9EB

Black with #BDC9EB

Text Example


Text Example

White with #BDC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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