Html Css Color HEX #BDCBF2 Periwinkle

📋 copy color: '#BDCBF2'

red 189 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BDCBF2

Tints of Periwinkle #BDCBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.02%

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

R = 29.81%
G = 32.02%
B = 38.17%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDCBF2 (or 0xBDCBF2) is known color: Periwinkle. HEX triplet: BD, CB and F2. RGB value is (189,203,242). Sum of RGB (Red+Green+Blue) = 189+203+242=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBF2 is #42340D. Grayscale: #CBCBCB. Windows color (decimal): -4338702 or 15911869. OLE color: 15911869.

HSL color Cylindrical-coordinate representation of color #BDCBF2: hue angle of 224.15º 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 #BDCBF2 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 203 242 -
CMYK 0.22 0.16 0 0.05
HSL 224.15º 0.67% 0.85% -
HSV(B) 224.15º 0.22% 0.95% -
XYZ 58.37 59.94 92.5 -
YUV 203.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 189 203 242 0.22 0.16 0 0.05 224.15 0.67 0.85
Hex BD CB F2 16 10 0 5 E0 43 55
Octal 275 313 362 26 20 0 5 340 103 125
Binary 10111101 11001011 11110010 10110 10000 0 101 11100000 1000011 1010101

Color Harmonies of #BDCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBF2

Black with #BDCBF2

Text Example


Text Example

White with #BDCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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