Html Css Color HEX #BDC9F1 Periwinkle

📋 copy color: '#BDC9F1'

red 189 ◦ green 201 ◦ blue 241

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

Shades of Periwinkle #BDC9F1

Tints of Periwinkle #BDC9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 29.95%
G = 31.85%
B = 38.19%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDC9F1 (or 0xBDC9F1) is known color: Periwinkle. HEX triplet: BD, C9 and F1. RGB value is (189,201,241). Sum of RGB (Red+Green+Blue) = 189+201+241=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F1 is #42360E. Grayscale: #C9C9C9. Windows color (decimal): -4339215 or 15845821. OLE color: 15845821.

HSL color Cylindrical-coordinate representation of color #BDC9F1: hue angle of 226.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC9F1 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 201 241 -
CMYK 0.22 0.17 0 0.05
HSL 226.15º 0.65% 0.84% -
HSV(B) 226.15º 0.22% 0.95% -
XYZ 57.75 58.94 91.55 -
YUV 201.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 189 201 241 0.22 0.17 0 0.05 226.15 0.65 0.84
Hex BD C9 F1 16 11 0 5 E2 41 54
Octal 275 311 361 26 21 0 5 342 101 124
Binary 10111101 11001001 11110001 10110 10001 0 101 11100010 1000001 1010100

Color Harmonies of #BDC9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9F1

Black with #BDC9F1

Text Example


Text Example

White with #BDC9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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