Html Css Color HEX #BDCDF4 Periwinkle

📋 copy color: '#BDCDF4'

red 189 ◦ green 205 ◦ blue 244

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

Shades of Periwinkle #BDCDF4

Tints of Periwinkle #BDCDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.24%

R = 29.62%
G = 32.13%
B = 38.24%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDCDF4 (or 0xBDCDF4) is known color: Periwinkle. HEX triplet: BD, CD and F4. RGB value is (189,205,244). Sum of RGB (Red+Green+Blue) = 189+205+244=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF4 is #42320B. Grayscale: #CCCCCC. Windows color (decimal): -4338188 or 16043453. OLE color: 16043453.

HSL color Cylindrical-coordinate representation of color #BDCDF4: hue angle of 222.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCDF4 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 205 244 -
CMYK 0.23 0.16 0 0.04
HSL 222.55º 0.71% 0.85% -
HSV(B) 222.55º 0.23% 0.96% -
XYZ 59.15 61.01 94.25 -
YUV 204.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 189 205 244 0.23 0.16 0 0.04 222.55 0.71 0.85
Hex BD CD F4 17 10 0 4 DF 47 55
Octal 275 315 364 27 20 0 4 337 107 125
Binary 10111101 11001101 11110100 10111 10000 0 100 11011111 1000111 1010101

Color Harmonies of #BDCDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDF4

Black with #BDCDF4

Text Example


Text Example

White with #BDCDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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