Html Css Color HEX #BDC9F0 Periwinkle

📋 copy color: '#BDC9F0'

red 189 ◦ green 201 ◦ blue 240

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

Shades of Periwinkle #BDC9F0

Tints of Periwinkle #BDC9F0

RGB

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

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

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

R = 30%
G = 31.9%
B = 38.1%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDC9F0 (or 0xBDC9F0) is known color: Periwinkle. HEX triplet: BD, C9 and F0. RGB value is (189,201,240). Sum of RGB (Red+Green+Blue) = 189+201+240=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F0 is #42360F. Grayscale: #C9C9C9. Windows color (decimal): -4339216 or 15780285. OLE color: 15780285.

HSL color Cylindrical-coordinate representation of color #BDC9F0: hue angle of 225.88º 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 #BDC9F0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 201 240 -
CMYK 0.21 0.16 0 0.06
HSL 225.88º 0.63% 0.84% -
HSV(B) 225.88º 0.21% 0.94% -
XYZ 57.6 58.88 90.77 -
YUV 201.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 189 201 240 0.21 0.16 0 0.06 225.88 0.63 0.84
Hex BD C9 F0 15 10 0 6 E2 3F 54
Octal 275 311 360 25 20 0 6 342 77 124
Binary 10111101 11001001 11110000 10101 10000 0 110 11100010 111111 1010100

Color Harmonies of #BDC9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9F0

Black with #BDC9F0

Text Example


Text Example

White with #BDC9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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