Html Css Color HEX #BDC5EE Periwinkle

📋 copy color: '#BDC5EE'

red 189 ◦ green 197 ◦ blue 238

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

Shades of Periwinkle #BDC5EE

Tints of Periwinkle #BDC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 30.29%
G = 31.57%
B = 38.14%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC5EE (or 0xBDC5EE) is known color: Periwinkle. HEX triplet: BD, C5 and EE. RGB value is (189,197,238). Sum of RGB (Red+Green+Blue) = 189+197+238=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EE is #423A11. Grayscale: #C7C7C7. Windows color (decimal): -4340242 or 15648189. OLE color: 15648189.

HSL color Cylindrical-coordinate representation of color #BDC5EE: hue angle of 230.2º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC5EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 197 238 -
CMYK 0.21 0.17 0 0.07
HSL 230.2º 0.59% 0.84% -
HSV(B) 230.2º 0.21% 0.93% -
XYZ 56.39 56.92 88.9 -
YUV 199.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 189 197 238 0.21 0.17 0 0.07 230.2 0.59 0.84
Hex BD C5 EE 15 11 0 7 E6 3B 54
Octal 275 305 356 25 21 0 7 346 73 124
Binary 10111101 11000101 11101110 10101 10001 0 111 11100110 111011 1010100

Color Harmonies of #BDC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5EE

Black with #BDC5EE

Text Example


Text Example

White with #BDC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5EE; }

 p { color: rgb(189,197,238); }

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

background-color css

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

 a { background-color: rgb(189,197,238); }

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

border-color css

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

 span { border-color: rgb(189,197,238); }

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