Html Css Color HEX #BFD4EA Periwinkle

📋 copy color: '#BFD4EA'

red 191 ◦ green 212 ◦ blue 234

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

Shades of Periwinkle #BFD4EA

Tints of Periwinkle #BFD4EA

RGB

 RED value IS 191 (75% from 255) = 29.98%

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 29.98%
G = 33.28%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFD4EA (or 0xBFD4EA) is known color: Periwinkle. HEX triplet: BF, D4 and EA. RGB value is (191,212,234). Sum of RGB (Red+Green+Blue) = 191+212+234=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4EA is #402B15. Grayscale: #D0D0D0. Windows color (decimal): -4205334 or 15389887. OLE color: 15389887.

HSL color Cylindrical-coordinate representation of color #BFD4EA: hue angle of 210.7º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD4EA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 212 234 -
CMYK 0.18 0.09 0 0.08
HSL 210.7º 0.51% 0.83% -
HSV(B) 210.7º 0.18% 0.92% -
XYZ 59.88 64.1 87.06 -
YUV 208.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 191 212 234 0.18 0.09 0 0.08 210.7 0.51 0.83
Hex BF D4 EA 12 9 0 8 D3 33 53
Octal 277 324 352 22 11 0 10 323 63 123
Binary 10111111 11010100 11101010 10010 1001 0 1000 11010011 110011 1010011

Color Harmonies of #BFD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4EA

Black with #BFD4EA

Text Example


Text Example

White with #BFD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4EA; }

 p { color: rgb(191,212,234); }

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

background-color css

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

 a { background-color: rgb(191,212,234); }

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

border-color css

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

 span { border-color: rgb(191,212,234); }

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