Html Css Color HEX #BDC4F0 Periwinkle

📋 copy color: '#BDC4F0'

red 189 ◦ green 196 ◦ blue 240

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

Shades of Periwinkle #BDC4F0

Tints of Periwinkle #BDC4F0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 30.24%
G = 31.36%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDC4F0 (or 0xBDC4F0) is known color: Periwinkle. HEX triplet: BD, C4 and F0. RGB value is (189,196,240). Sum of RGB (Red+Green+Blue) = 189+196+240=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F0 is #423B0F. Grayscale: #C6C6C6. Windows color (decimal): -4340496 or 15779005. OLE color: 15779005.

HSL color Cylindrical-coordinate representation of color #BDC4F0: hue angle of 231.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC4F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 196 240 -
CMYK 0.21 0.18 0 0.06
HSL 231.76º 0.63% 0.84% -
HSV(B) 231.76º 0.21% 0.94% -
XYZ 56.45 56.59 90.39 -
YUV 198.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 189 196 240 0.21 0.18 0 0.06 231.76 0.63 0.84
Hex BD C4 F0 15 12 0 6 E8 3F 54
Octal 275 304 360 25 22 0 6 350 77 124
Binary 10111101 11000100 11110000 10101 10010 0 110 11101000 111111 1010100

Color Harmonies of #BDC4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4F0

Black with #BDC4F0

Text Example


Text Example

White with #BDC4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4F0; }

 p { color: rgb(189,196,240); }

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

background-color css

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

 a { background-color: rgb(189,196,240); }

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

border-color css

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

 span { border-color: rgb(189,196,240); }

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