Html Css Color HEX #BDC7E2 Periwinkle

📋 copy color: '#BDC7E2'

red 189 ◦ green 199 ◦ blue 226

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

Shades of Periwinkle #BDC7E2

Tints of Periwinkle #BDC7E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.81%

R = 30.78%
G = 32.41%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDC7E2 (or 0xBDC7E2) is known color: Periwinkle. HEX triplet: BD, C7 and E2. RGB value is (189,199,226). Sum of RGB (Red+Green+Blue) = 189+199+226=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7E2 is #42381D. Grayscale: #C6C6C6. Windows color (decimal): -4339742 or 14862269. OLE color: 14862269.

HSL color Cylindrical-coordinate representation of color #BDC7E2: hue angle of 223.78º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC7E2 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 199 226 -
CMYK 0.16 0.12 0 0.11
HSL 223.78º 0.39% 0.81% -
HSV(B) 223.78º 0.16% 0.89% -
XYZ 55.14 57.16 80.08 -
YUV 199.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 189 199 226 0.16 0.12 0 0.11 223.78 0.39 0.81
Hex BD C7 E2 10 C 0 B E0 27 51
Octal 275 307 342 20 14 0 13 340 47 121
Binary 10111101 11000111 11100010 10000 1100 0 1011 11100000 100111 1010001

Color Harmonies of #BDC7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7E2

Black with #BDC7E2

Text Example


Text Example

White with #BDC7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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