Html Css Color HEX #BDC9EC Periwinkle

📋 copy color: '#BDC9EC'

red 189 ◦ green 201 ◦ blue 236

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

Shades of Periwinkle #BDC9EC

Tints of Periwinkle #BDC9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 30.19%
G = 32.11%
B = 37.7%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC9EC (or 0xBDC9EC) is known color: Periwinkle. HEX triplet: BD, C9 and EC. RGB value is (189,201,236). Sum of RGB (Red+Green+Blue) = 189+201+236=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EC is #423613. Grayscale: #C9C9C9. Windows color (decimal): -4339220 or 15518141. OLE color: 15518141.

HSL color Cylindrical-coordinate representation of color #BDC9EC: hue angle of 224.68º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC9EC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 201 236 -
CMYK 0.20 0.15 0 0.07
HSL 224.68º 0.55% 0.83% -
HSV(B) 224.68º 0.2% 0.93% -
XYZ 57.01 58.65 87.67 -
YUV 201.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 189 201 236 0.20 0.15 0 0.07 224.68 0.55 0.83
Hex BD C9 EC 14 F 0 7 E1 37 53
Octal 275 311 354 24 17 0 7 341 67 123
Binary 10111101 11001001 11101100 10100 1111 0 111 11100001 110111 1010011

Color Harmonies of #BDC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9EC

Black with #BDC9EC

Text Example


Text Example

White with #BDC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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