Html Css Color HEX #BDC6E9 Periwinkle

📋 copy color: '#BDC6E9'

red 189 ◦ green 198 ◦ blue 233

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

Shades of Periwinkle #BDC6E9

Tints of Periwinkle #BDC6E9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.94%

 BLUE value IS 233 (91.41% from 255) = 37.58%

R = 30.48%
G = 31.94%
B = 37.58%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC6E9 (or 0xBDC6E9) is known color: Periwinkle. HEX triplet: BD, C6 and E9. RGB value is (189,198,233). Sum of RGB (Red+Green+Blue) = 189+198+233=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6E9 is #423916. Grayscale: #C7C7C7. Windows color (decimal): -4339991 or 15320765. OLE color: 15320765.

HSL color Cylindrical-coordinate representation of color #BDC6E9: hue angle of 227.73º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC6E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 198 233 -
CMYK 0.19 0.15 0 0.09
HSL 227.73º 0.5% 0.83% -
HSV(B) 227.73º 0.19% 0.91% -
XYZ 55.89 57.09 85.16 -
YUV 199.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 189 198 233 0.19 0.15 0 0.09 227.73 0.5 0.83
Hex BD C6 E9 13 F 0 9 E4 32 53
Octal 275 306 351 23 17 0 11 344 62 123
Binary 10111101 11000110 11101001 10011 1111 0 1001 11100100 110010 1010011

Color Harmonies of #BDC6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6E9

Black with #BDC6E9

Text Example


Text Example

White with #BDC6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6E9; }

 p { color: rgb(189,198,233); }

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

background-color css

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

 a { background-color: rgb(189,198,233); }

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

border-color css

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

 span { border-color: rgb(189,198,233); }

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