Html Css Color HEX #BDCAF7 Periwinkle

📋 copy color: '#BDCAF7'

red 189 ◦ green 202 ◦ blue 247

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

Shades of Periwinkle #BDCAF7

Tints of Periwinkle #BDCAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.66%

 BLUE value IS 247 (96.88% from 255) = 38.71%

R = 29.62%
G = 31.66%
B = 38.71%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDCAF7 (or 0xBDCAF7) is known color: Periwinkle. HEX triplet: BD, CA and F7. RGB value is (189,202,247). Sum of RGB (Red+Green+Blue) = 189+202+247=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAF7 is #423508. Grayscale: #CBCBCB. Windows color (decimal): -4338953 or 16239293. OLE color: 16239293.

HSL color Cylindrical-coordinate representation of color #BDCAF7: hue angle of 226.55º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCAF7 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 202 247 -
CMYK 0.23 0.18 0 0.03
HSL 226.55º 0.78% 0.85% -
HSV(B) 226.55º 0.23% 0.97% -
XYZ 58.9 59.78 96.43 -
YUV 203.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 189 202 247 0.23 0.18 0 0.03 226.55 0.78 0.85
Hex BD CA F7 17 12 0 3 E3 4E 55
Octal 275 312 367 27 22 0 3 343 116 125
Binary 10111101 11001010 11110111 10111 10010 0 11 11100011 1001110 1010101

Color Harmonies of #BDCAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAF7

Black with #BDCAF7

Text Example


Text Example

White with #BDCAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAF7; }

 p { color: rgb(189,202,247); }

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

background-color css

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

 a { background-color: rgb(189,202,247); }

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

border-color css

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

 span { border-color: rgb(189,202,247); }

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