Html Css Color HEX #BDD4F2 Periwinkle

📋 copy color: '#BDD4F2'

red 189 ◦ green 212 ◦ blue 242

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

Shades of Periwinkle #BDD4F2

Tints of Periwinkle #BDD4F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 29.39%
G = 32.97%
B = 37.64%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD4F2 (or 0xBDD4F2) is known color: Periwinkle. HEX triplet: BD, D4 and F2. RGB value is (189,212,242). Sum of RGB (Red+Green+Blue) = 189+212+242=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F2 is #422B0D. Grayscale: #D0D0D0. Windows color (decimal): -4336398 or 15914173. OLE color: 15914173.

HSL color Cylindrical-coordinate representation of color #BDD4F2: hue angle of 213.96º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD4F2 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 212 242 -
CMYK 0.22 0.12 0 0.05
HSL 213.96º 0.67% 0.85% -
HSV(B) 213.96º 0.22% 0.95% -
XYZ 60.56 64.32 93.23 -
YUV 208.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 189 212 242 0.22 0.12 0 0.05 213.96 0.67 0.85
Hex BD D4 F2 16 C 0 5 D6 43 55
Octal 275 324 362 26 14 0 5 326 103 125
Binary 10111101 11010100 11110010 10110 1100 0 101 11010110 1000011 1010101

Color Harmonies of #BDD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4F2

Black with #BDD4F2

Text Example


Text Example

White with #BDD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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