Html Css Color HEX #BDD4FF Periwinkle

📋 copy color: '#BDD4FF'

red 189 ◦ green 212 ◦ blue 255

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

Shades of Periwinkle #BDD4FF

Tints of Periwinkle #BDD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.32%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 28.81%
G = 32.32%
B = 38.87%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDD4FF (or 0xBDD4FF) is known color: Periwinkle. HEX triplet: BD, D4 and FF. RGB value is (189,212,255). Sum of RGB (Red+Green+Blue) = 189+212+255=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FF is #422B00. Grayscale: #D1D1D1. Windows color (decimal): -4336385 or 16766141. OLE color: 16766141.

HSL color Cylindrical-coordinate representation of color #BDD4FF: hue angle of 219.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD4FF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 212 255 -
CMYK 0.26 0.17 0 0
HSL 219.09º 1% 0.87% -
HSV(B) 219.09º 0.26% 1% -
XYZ 62.58 65.13 103.88 -
YUV 210.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 189 212 255 0.26 0.17 0 0 219.09 1 0.87
Hex BD D4 FF 1A 11 0 0 DB 64 57
Octal 275 324 377 32 21 0 0 333 144 127
Binary 10111101 11010100 11111111 11010 10001 0 0 11011011 1100100 1010111

Color Harmonies of #BDD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4FF

Black with #BDD4FF

Text Example


Text Example

White with #BDD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4FF; }

 p { color: rgb(189,212,255); }

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

background-color css

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

 a { background-color: rgb(189,212,255); }

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

border-color css

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

 span { border-color: rgb(189,212,255); }

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