Html Css Color HEX #BDD2FB Periwinkle

📋 copy color: '#BDD2FB'

red 189 ◦ green 210 ◦ blue 251

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

Shades of Periwinkle #BDD2FB

Tints of Periwinkle #BDD2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

 BLUE value IS 251 (98.44% from 255) = 38.62%

R = 29.08%
G = 32.31%
B = 38.62%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD2FB (or 0xBDD2FB) is known color: Periwinkle. HEX triplet: BD, D2 and FB. RGB value is (189,210,251). Sum of RGB (Red+Green+Blue) = 189+210+251=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FB is #422D04. Grayscale: #D0D0D0. Windows color (decimal): -4336901 or 16503485. OLE color: 16503485.

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

Color convert

RGB 189 210 251 -
CMYK 0.25 0.16 0 0.02
HSL 219.68º 0.89% 0.86% -
HSV(B) 219.68º 0.25% 0.98% -
XYZ 61.45 63.88 100.36 -
YUV 208.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 189 210 251 0.25 0.16 0 0.02 219.68 0.89 0.86
Hex BD D2 FB 19 10 0 2 DC 59 56
Octal 275 322 373 31 20 0 2 334 131 126
Binary 10111101 11010010 11111011 11001 10000 0 10 11011100 1011001 1010110

Color Harmonies of #BDD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2FB

Black with #BDD2FB

Text Example


Text Example

White with #BDD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2FB; }

 p { color: rgb(189,210,251); }

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

background-color css

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

 a { background-color: rgb(189,210,251); }

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

border-color css

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

 span { border-color: rgb(189,210,251); }

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