Html Css Color HEX #BDCDF0 Periwinkle

📋 copy color: '#BDCDF0'

red 189 ◦ green 205 ◦ blue 240

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

Shades of Periwinkle #BDCDF0

Tints of Periwinkle #BDCDF0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

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

R = 29.81%
G = 32.33%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDCDF0 (or 0xBDCDF0) is known color: Periwinkle. HEX triplet: BD, CD and F0. RGB value is (189,205,240). Sum of RGB (Red+Green+Blue) = 189+205+240=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF0 is #42320F. Grayscale: #CCCCCC. Windows color (decimal): -4338192 or 15781309. OLE color: 15781309.

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

Color convert

RGB 189 205 240 -
CMYK 0.21 0.15 0 0.06
HSL 221.18º 0.63% 0.84% -
HSV(B) 221.18º 0.21% 0.94% -
XYZ 58.55 60.77 91.08 -
YUV 204.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 189 205 240 0.21 0.15 0 0.06 221.18 0.63 0.84
Hex BD CD F0 15 F 0 6 DD 3F 54
Octal 275 315 360 25 17 0 6 335 77 124
Binary 10111101 11001101 11110000 10101 1111 0 110 11011101 111111 1010100

Color Harmonies of #BDCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDF0

Black with #BDCDF0

Text Example


Text Example

White with #BDCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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