Html Css Color HEX #BDC7E9 Periwinkle

📋 copy color: '#BDC7E9'

red 189 ◦ green 199 ◦ blue 233

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

Shades of Periwinkle #BDC7E9

Tints of Periwinkle #BDC7E9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

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

R = 30.43%
G = 32.05%
B = 37.52%

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

#BDC7E9 (or 0xBDC7E9) is known color: Periwinkle. HEX triplet: BD, C7 and E9. RGB value is (189,199,233). Sum of RGB (Red+Green+Blue) = 189+199+233=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7E9 is #423816. Grayscale: #C7C7C7. Windows color (decimal): -4339735 or 15321021. OLE color: 15321021.

HSL color Cylindrical-coordinate representation of color #BDC7E9: hue angle of 226.36º 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 #BDC7E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 199 233 -
CMYK 0.19 0.15 0 0.09
HSL 226.36º 0.5% 0.83% -
HSV(B) 226.36º 0.19% 0.91% -
XYZ 56.12 57.55 85.24 -
YUV 199.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 189 199 233 0.19 0.15 0 0.09 226.36 0.5 0.83
Hex BD C7 E9 13 F 0 9 E2 32 53
Octal 275 307 351 23 17 0 11 342 62 123
Binary 10111101 11000111 11101001 10011 1111 0 1001 11100010 110010 1010011

Color Harmonies of #BDC7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7E9

Black with #BDC7E9

Text Example


Text Example

White with #BDC7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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