Html Css Color HEX #BDD4FA Periwinkle

📋 copy color: '#BDD4FA'

red 189 ◦ green 212 ◦ blue 250

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

Shades of Periwinkle #BDD4FA

Tints of Periwinkle #BDD4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 29.03%
G = 32.57%
B = 38.4%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD4FA (or 0xBDD4FA) is known color: Periwinkle. HEX triplet: BD, D4 and FA. RGB value is (189,212,250). Sum of RGB (Red+Green+Blue) = 189+212+250=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FA is #422B05. Grayscale: #D1D1D1. Windows color (decimal): -4336390 or 16438461. OLE color: 16438461.

HSL color Cylindrical-coordinate representation of color #BDD4FA: hue angle of 217.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD4FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 212 250 -
CMYK 0.24 0.15 0 0.02
HSL 217.38º 0.86% 0.86% -
HSV(B) 217.38º 0.24% 0.98% -
XYZ 61.79 64.81 99.7 -
YUV 209.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 189 212 250 0.24 0.15 0 0.02 217.38 0.86 0.86
Hex BD D4 FA 18 F 0 2 D9 56 56
Octal 275 324 372 30 17 0 2 331 126 126
Binary 10111101 11010100 11111010 11000 1111 0 10 11011001 1010110 1010110

Color Harmonies of #BDD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4FA

Black with #BDD4FA

Text Example


Text Example

White with #BDD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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