Html Css Color HEX #BDC2F1 Periwinkle

📋 copy color: '#BDC2F1'

red 189 ◦ green 194 ◦ blue 241

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

Shades of Periwinkle #BDC2F1

Tints of Periwinkle #BDC2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

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

R = 30.29%
G = 31.09%
B = 38.62%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDC2F1 (or 0xBDC2F1) is known color: Periwinkle. HEX triplet: BD, C2 and F1. RGB value is (189,194,241). Sum of RGB (Red+Green+Blue) = 189+194+241=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F1 is #423D0E. Grayscale: #C5C5C5. Windows color (decimal): -4341007 or 15844029. OLE color: 15844029.

HSL color Cylindrical-coordinate representation of color #BDC2F1: hue angle of 234.23º 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 #BDC2F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 194 241 -
CMYK 0.22 0.20 0 0.05
HSL 234.23º 0.65% 0.84% -
HSV(B) 234.23º 0.22% 0.95% -
XYZ 56.16 55.75 91.02 -
YUV 197.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 189 194 241 0.22 0.20 0 0.05 234.23 0.65 0.84
Hex BD C2 F1 16 14 0 5 EA 41 54
Octal 275 302 361 26 24 0 5 352 101 124
Binary 10111101 11000010 11110001 10110 10100 0 101 11101010 1000001 1010100

Color Harmonies of #BDC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2F1

Black with #BDC2F1

Text Example


Text Example

White with #BDC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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